kopia lustrzana https://github.com/jupyterhub/repo2docker
Merge pull request #431 from matthewfeickert/feature/add-packages-to-build-docs
Add pip install doc-requirements.txt to setup of virtual environment instructionspull/440/head
commit
f1339604ab
|
@ -75,6 +75,7 @@ python3 -m venv .
|
|||
source bin/activate
|
||||
pip3 install -e .
|
||||
pip3 install -r dev-requirements.txt
|
||||
pip3 install -r docs/doc-requirements.txt
|
||||
```
|
||||
|
||||
This should install all the libraries required for testing & running repo2docker!
|
||||
|
|
Ładowanie…
Reference in New Issue