Skip to content

Commit

Permalink
update readme after moving to conda-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
wolny committed Dec 18, 2023
1 parent 4d38a92 commit 666ecab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ conda install -c conda-forge mamba
Install PlantSeg using mamba:
* GPU version, CUDA=12.x
```bash
mamba create -n plant-seg -c pytorch -c nvidia -c conda-forge -c lcerrone pytorch pytorch-cuda=12.1 pyqt plantseg
mamba create -n plant-seg -c pytorch -c nvidia -c conda-forge pytorch pytorch-cuda=12.1 pyqt plantseg
```
* GPU version, CUDA=11.x
```bash
mamba create -n plant-seg -c pytorch -c nvidia -c conda-forge -c lcerrone pytorch pytorch-cuda=11.8 pyqt plantseg
mamba create -n plant-seg -c pytorch -c nvidia -c conda-forge pytorch pytorch-cuda=11.8 pyqt plantseg
```
* CPU version
```bash
mamba create -n plant-seg -c pytorch -c nvidia -c conda-forge -c lcerrone pytorch cpuonly pyqt plantseg
mamba create -n plant-seg -c pytorch -c nvidia -c conda-forge pytorch cpuonly pyqt plantseg
```
The above command will create new conda environment `plant-seg` together with all required dependencies.

Expand Down

0 comments on commit 666ecab

Please sign in to comment.