From 4ab4de3bbf08805262e4b67957faf2e2c588e382 2022-09-06 20:27:27 From: krassowski <5832902+krassowski@users.noreply.github.com> Date: 2022-09-06 20:27:27 Subject: [PATCH] Update README to use optional dependency over requirements.txt --- 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