Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update install_developers.rst #1851

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading