Skip to content

Commit

Permalink
added step in readme to install requirements.txt (#301)
Browse files Browse the repository at this point in the history
Signed-off-by: nilakshi <[email protected]>
  • Loading branch information
nilakshi104 authored Oct 7, 2023
1 parent 1b3ea89 commit b7af4fb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/help/contributor/mkdocs-contributor-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,20 @@ KServe uses a number of extensions to MkDocs which can also be installed using p
pip3 install mkdocs-material-extensions mkdocs-macros-plugin mkdocs-exclude mkdocs-awesome-pages-plugin mkdocs-redirects
```

## Install Dependencies in Requirements.txt file

Navigate to root folder and run below command to install required packages and libraries specified in the requirements.txt file.

=== "pip"
```
pip install -r requirements.txt
```

=== "pip3"
```
pip3 install -r requirements.txt
```

## Setting Up Local Preview
Once you have installed Material for MkDocs and all of the extensions, head over to
--8<-- "docs/snippets/links/main-docs-branch-link.md"
Expand Down

0 comments on commit b7af4fb

Please sign in to comment.