Skip to content

Commit

Permalink
Update Installation.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
epnev authored Aug 16, 2019
1 parent 911f12a commit ba597ba
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/source/Installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ Installation
Download and install Anaconda or Miniconda (Python 3.x version)
http://docs.continuum.io/anaconda/install

CaImAn installation consists of two steps: Install the CaImAn package and installing
the caimanmanager which will setup a directory with all the demos, test datasets etc.
CaImAn installation consists of two steps:

1. Install the CaImAn package
2. Setting up the caimanmanager which will setup a directory with all the demos, test datasets etc.

Installing CaImAn
==================
Expand Down Expand Up @@ -195,7 +197,9 @@ code samples and datasets; pip installed a caimanmanager.py command that
manages this. If you have not installed Caiman before, you can do

``caimanmanager.py install``
if you used the conda-forge package OR
if you used the conda-forge package or the `pip install .` option

OR

``python caimanmanager.py install --inplace`` if you used the developer
mode with ``pip install -e .``
Expand Down

0 comments on commit ba597ba

Please sign in to comment.