Skip to content

Commit

Permalink
Merge pull request #185 from m-novikov/m-novikov-install-command
Browse files Browse the repository at this point in the history
Update release install command to use strict channel priority
  • Loading branch information
k-dominik authored Sep 27, 2021
2 parents d8ce975 + 7b53da2 commit 9f61be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ git submodule update
## Installation
To install tiktorch and start server run:
```
conda create -n tiktorch-server-env -c ilastik-forge -c conda-forge -c pytorch tiktorch
conda create --strict-channel-priority --name tiktorch-server-env -c pytorch -c ilastik-forge -c conda-forge tiktorch
conda activate tiktorch-server-env
```
Expand Down

0 comments on commit 9f61be0

Please sign in to comment.