Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoadesScholar authored Mar 12, 2024
1 parent a28444a commit e52a60d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,12 @@ This package contains the models used for segmention by the CellMap project team

## Installation

We strongly recommend using a [conda](https://docs.anaconda.com/free/miniconda/#quick-command-line-install) (or [mamba](https://mamba.readthedocs.io/en/latest/installation/micromamba-installation.html#automatic-install)) environment to install the package. First, clone the repository and then create a new environment with the required dependencies:
We strongly recommend installing within a [conda](https://docs.anaconda.com/free/miniconda/#quick-command-line-install) (or [mamba](https://mamba.readthedocs.io/en/latest/installation/micromamba-installation.html#automatic-install)) environment to install the package.

```bash
git clone https://github.com/janelia-cellmap/cellmap-models
cd cellmap-models
conda env create -n cellmap python=3.10 pytorch -c pytorch -c conda-forge
conda activate cellmap
pip install .
pip install git+https://github.com/janelia-cellmap/cellmap-models
```

## Usage
Expand Down

0 comments on commit e52a60d

Please sign in to comment.