You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
(how-to-install)=
2
2
# How To Install DeepLabCut
3
3
4
-
DeepLabCut can be run on Windows, Linux, or MacOS (see also [technical considerations](tech-considerations-during-install) and if you run into issues also check out [installation ProTips](installTips)).
4
+
DeepLabCut can be run on Windows, Linux, or MacOS (see also [technical considerations](tech-considerations-during-install) and if you run into issues also check out the [Installation Tips](https://deeplabcut.github.io/DeepLabCut/docs/recipes/installTips.html) page).
(for different versions see here: https://github.com/tensorflow/tensorflow/issues/46044)
330
+
(3) Click [here](https://drive.google.com/file/d/17pSwfoNuyf3YR8vCaVggHeI-pMQ3xL7l/view?usp=sharing) to download the Rosetta wheel for TensorFlow. We assume this goes into your Downloads folder. This downloads TF2.4.1; https://drive.google.com/file/d/17pSwfoNuyf3YR8vCaVggHeI-pMQ3xL7l/view?usp=sharing
331
+
(for different versions see here: https://github.com/tensorflow/tensorflow/issues/46044).
333
332
334
333
(4) Then, run:
335
334
336
-
`conda env create -f DEEPLABCUT_M1.yaml`
335
+
```
336
+
conda env create -f DEEPLABCUT_M1.yaml
337
+
```
338
+
339
+
(5) Please activate the environment andset osx-64; i.e., then, run:
340
+
341
+
```
342
+
conda activate DEEPLABCUT_M1
343
+
conda env config varssetCONDA_SUBDIR=osx-64
344
+
```
345
+
Now, as the print satement says, please deactivate and re-activate to set the change:
346
+
347
+
```
348
+
conda deactivate
349
+
conda activate DEEPLABCUT_M1
350
+
conda env update -f DEEPLABCUT_M1.yaml
351
+
```
352
+
353
+
(5) Next, run:
337
354
338
-
(5) Next, **activate the environment,**andin the terminal `cd` to Downloads, and then run:
0 commit comments