Skip to content

Commit

Permalink
Update installation.md (#617)
Browse files Browse the repository at this point in the history
  • Loading branch information
constantinpape authored May 24, 2024
1 parent 04e5b31 commit 7194bf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7194bf3

Please sign in to comment.