Skip to content

Commit

Permalink
Add ommission in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
constantinpape committed Dec 21, 2024
1 parent e72fcf7 commit 6ed55f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ conda install -c pytorch -c conda-forge micro_sam "nifty=1.2.1=*_4" "protobuf<5"
```
to install `micro_sam` in an existing environment and
```bash
conda create -c conda-forge -n micro-sam micro_sam "nifty=1.2.1=*_4" "protobuf<5"
conda create -c pytorch -c conda-forge -n micro-sam micro_sam "nifty=1.2.1=*_4" "protobuf<5"
```

## From source
Expand Down

0 comments on commit 6ed55f3

Please sign in to comment.