Skip to content

Commit

Permalink
Update install_developers.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 authored Feb 22, 2024
1 parent 65b2a7d commit 8eec9f2
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/source/install_developers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8eec9f2

Please sign in to comment.