Skip to content

Commit 110924d

Browse files
authored
Add instruction to include pip requirements locally
1 parent 58469f6 commit 110924d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ To run locally, install Jupyter Book in a virtual environment then build:
2222
python -m venv venv
2323
source venv/bin/activate
2424
pip install --upgrade pip
25+
pip install -r requirements.txt
2526
pip install -U jupyter-book
2627
jupyter-book build TeSS_docs/
2728
```

0 commit comments

Comments
 (0)