Skip to content

Commit

Permalink
build: move requirements into utils
Browse files Browse the repository at this point in the history
  • Loading branch information
cebarobot committed Jan 13, 2025
1 parent d7d6dae commit 30bbeda
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ MkDocs is used to build and deploy a static website on the internet

```bash
# Install dependencies
pip install -r requirements.txt
pip install -r ./utils/requirements.txt

# Preview the website
mkdocs serve
Expand Down
5 changes: 0 additions & 5 deletions requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion utils
Submodule utils updated 2 files
+11 −0 README.md
+5 −0 requirements.txt

0 comments on commit 30bbeda

Please sign in to comment.