diff --git a/README.md b/README.md index d6fd92e..7a5543f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/cellmap_models/__pycache__/__init__.cpython-310.pyc b/src/cellmap_models/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index e649df2..0000000 Binary files a/src/cellmap_models/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/src/cellmap_models/__pycache__/utils.cpython-310.pyc b/src/cellmap_models/__pycache__/utils.cpython-310.pyc deleted file mode 100644 index ee0ed8d..0000000 Binary files a/src/cellmap_models/__pycache__/utils.cpython-310.pyc and /dev/null differ