Add pip install of doc-requirements.txt

To be able to build the docs the libraries in docs/doc-requirements.txt
need to be installed. As such, the installation of these libraries
should be part of the setup of the developer virtual env.
pull/431/head
Matthew Feickert 2018-10-11 16:16:06 -05:00
rodzic b5d64fb2b4
commit 32327abfea
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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!