Skip to content

Commit

Permalink
Update README to use optional dependency over requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Sep 6, 2022
1 parent 95de1fe commit 4ab4de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ the following tools are needed to build the documentation:
In a conda environment, or a Python 3 ``venv``, you should be able to run::

cd ipython
pip install -U -r docs/requirements.txt
pip install .[doc] -U


Build Commands
Expand Down

0 comments on commit 4ab4de3

Please sign in to comment.