Ver código fonte

Install dependencies from `requirements.txt` when using virtualenv

Hugo Locurcio 5 anos atrás
pai
commit
f361118a8f
1 arquivos alterados com 1 adições e 2 exclusões
  1. 1 2
      README.md

+ 1 - 2
README.md

@@ -109,8 +109,7 @@ Execute this from the root folder of this repository:
 ```sh
 virtualenv --system-site-packages env/
 . env/bin/activate
-pip3 install sphinx
-pip3 install sphinx_rtd_theme
+pip install -r requirements.txt
 ```
 
 Then do `make html` like above.