diff --git a/doc/installation.md b/doc/installation.md index 1edb5e51..ec67c85e 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -19,11 +19,11 @@ You can follow the instructions [here](https://mamba.readthedocs.io/en/latest/in `micro_sam` can be installed in an existing environment via: ```bash -$ mamba install -c conda-forge micro_sam +$ mamba install -c pytorch -c conda-forge micro_sam ``` or you can create a new environment (here called `micro-sam`) via: ```bash -$ mamba create -c conda-forge -n micro-sam micro_sam +$ mamba create -c pytorch -c conda-forge -n micro-sam micro_sam ``` if you want to use the GPU you need to install PyTorch from the `pytorch` channel instead of `conda-forge`. For example: ```bash