Skip to content

Commit

Permalink
mention dev install option in README
Browse files Browse the repository at this point in the history
  • Loading branch information
calebweinreb committed Feb 5, 2024
1 parent 0b33f1a commit cbb8030
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ conda create -n snub python=3.8
conda activate snub
pip install systems-neuro-browser
```
To speed up selections, `pip install ncls`. To use the 3D pose viewer, install `pip install PyOpenGL PyOpenGL_accelerate`. The docs include more detailed [installation instructions](https://snub.readthedocs.io/en/latest/install.html).
To speed up selections, `pip install ncls`. To install optional developer dependencies, `pip install systems-neuro-browser[dev]`. The docs include more detailed [installation instructions](https://snub.readthedocs.io/en/latest/install.html).

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ To test the installation, try launching ``snub`` from the command line (make sur

snub

A browser window should launch. Download the `example project <https://www.dropbox.com/sh/ujr3ttdc3gsxtqt/AAAKLL9iaF54cOwPKRPMTENIa?dl=0>`_, and try opening it by going to ``File > Open Project``, navigating to the project directory, and hitting ``Choose`` with the directory selected. Projects can also be opened by including the path as a command line argument::
A browser window should launch. Download the `example project <https://zenodo.org/records/10578025/files/miniscope_project.zip?download=1>`_, and try opening it by going to ``File > Open Project``, navigating to the project directory, and hitting ``Choose`` with the directory selected. Projects can also be opened by including the path as a command line argument::

snub /path/to/project/directory

Expand Down

0 comments on commit cbb8030

Please sign in to comment.