From 8eec9f24d325d4140fca4f2de2756099cc00c95a Mon Sep 17 00:00:00 2001 From: Matthew Avaylon Date: Thu, 22 Feb 2024 07:19:44 -0800 Subject: [PATCH] Update install_developers.rst --- docs/source/install_developers.rst | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/source/install_developers.rst b/docs/source/install_developers.rst index b2c2d18e7..5d0c65e05 100644 --- a/docs/source/install_developers.rst +++ b/docs/source/install_developers.rst @@ -83,22 +83,18 @@ editable mode. $ git clone --recurse-submodules https://github.com/NeurodataWithoutBorders/pynwb.git $ cd pynwb - $ pip install -r requirements.txt + $ pip install -r requirements.txt -r requirements-dev.txt -r requirements-doc.txt $ pip install -e . Run tests --------- -For running the tests, it is required to install the development requirements. Again, first activate your +For running the tests, it is required to install the development requirements above. Again, first activate your virtualenv or conda environment. .. code:: - $ git clone --recurse-submodules https://github.com/NeurodataWithoutBorders/pynwb.git - $ cd pynwb - $ pip install -r requirements.txt -r requirements-dev.txt - $ pip install -e . $ tox For debugging it can be useful to keep the intermediate NWB files created by