Skip to content

Commit

Permalink
[ODM-11081] Update md according venv
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Feb 2, 2024
1 parent 3803062 commit 5b85e0d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,18 @@ If something does not work please feel free to contact with developers.

## Development

Install venv

```shell
rm -rf venv
python3 -m venv venv
source venv/bin/activate
```

Install dependencies

```sh
pip install mkdocs-material
pip install mike
python3 -m pip install -r requirements.txt
```

To serve documentation on localhost:
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mkdocs-material==9.5.6
mike==2.0.0

0 comments on commit 5b85e0d

Please sign in to comment.