Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalkolar committed May 5, 2021
1 parent 8bdb3a6 commit ce342a3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Additional videos on specific aspects of Mesmerize will be posted here:\

## Installation

### Virtual/Conda Environments
If you're familiar with anaconda or virtual environments, install with pip:

```
Expand All @@ -35,11 +36,6 @@ After installation just call ``mesmerize`` from inside the virtual environment t
See the docs for more detailed instructions on all operating systems:
http://docs.mesmerizelab.org/en/master/user_guides/installation.html

#### VM

If you do not want to setup conda or virtual environments, you can import a VM with Mesmerize pre-installed and ready to go with all features:
http://docs.mesmerizelab.org/en/master/user_guides/installation.html#all-platforms

#### Caiman
In order to use [CaImAn](https://github.com/flatironinstitute/CaImAn) features you will need to have [CaImAn](https://github.com/flatironinstitute/CaImAn) installed into your environment. See the Mesmerize installation instructions linked above for more details: http://docs.mesmerizelab.org/en/master/user_guides/installation.html

Expand All @@ -58,6 +54,11 @@ pip install --upgrade pip setuptools
pip install tensorflow~=1.15
```

### VM (no virtual/conda environment setup required)

If you do not want to setup conda or virtual environments, you can import a VM with Mesmerize pre-installed and ready to go with all features:
http://docs.mesmerizelab.org/en/master/user_guides/installation.html#all-platforms

## Documentation
Documentation is available here: [http://docs.mesmerizelab.org/](http://docs.mesmerizelab.org/)

Expand Down

0 comments on commit ce342a3

Please sign in to comment.