diff --git a/docs/README.rst b/docs/README.rst index ebdb171..4bfc5b1 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -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