Skip to content

Commit 01b4661

Browse files
authored
Fix typo in omnipose installation command
Corrected a typo in the Windows installation command for omnipose.
1 parent 72d262c commit 01b4661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_pages/plugins/trackmate/detectors/trackmate-omnipose.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ We give below a tested procude to install omnipose on a Mac Intel, Mac M1 to M3
5050

5151
An example Windows installation working on GPU (may need to adapt the cuda version to your drivers):
5252
```sh
53-
mamba create -n omnipose-106 'python==3.9.18' pytorch torchvision pytorch-cuda=11.8 -c pytorch -c nvidia -y
53+
mamba create -n omnipose-106 python==3.9.18 pytorch torchvision pytorch-cuda=11.8 -c pytorch -c nvidia -y
5454
mamba activate omnipose-106
5555
pip install natsort
5656
pip install scipy==1.11.4

0 commit comments

Comments
 (0)