##// END OF EJS Templates
Update README to use optional dependency over requirements.txt
krassowski -
Show More
@@ -26,7 +26,7 b' the following tools are needed to build the documentation:'
26 In a conda environment, or a Python 3 ``venv``, you should be able to run::
26 In a conda environment, or a Python 3 ``venv``, you should be able to run::
27
27
28 cd ipython
28 cd ipython
29 pip install -U -r docs/requirements.txt
29 pip install .[doc] -U
30
30
31
31
32 Build Commands
32 Build Commands
General Comments 0
You need to be logged in to leave comments. Login now