Skip to content

Commit

Permalink
docs: 📝 Update install instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoadesScholar committed Mar 14, 2024
1 parent 010b939 commit 997bc39
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ This package contains the models used for segmention by the CellMap project team
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
conda env create -n cellmap python=3.10 pytorch -c pytorch -c conda-forge
conda env create -n cellmap python=3.10 pytorch -c pytorch
conda activate cellmap
pip install git+https://github.com/janelia-cellmap/cellmap-models
pip install cellmap-models
```

## Usage
Expand Down
Binary file removed src/cellmap_models/__pycache__/__init__.cpython-310.pyc
Binary file not shown.
Binary file removed src/cellmap_models/__pycache__/utils.cpython-310.pyc
Binary file not shown.

0 comments on commit 997bc39

Please sign in to comment.