forked from DeepLabCut/DeepLabCut
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwheels
More file actions
18 lines (14 loc) · 626 Bytes
/
Copy pathwheels
File metadata and controls
18 lines (14 loc) · 626 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
In case you want to install the wheels (from here).
```
git clone https://github.com/AlexEMG/DeepLabCut
python setup.py sdist bdist_wheel
pip install dist/deeplabcut-2.0.dev1-py3-none-any.whl
pip install tensorflow==1.8
conda install nb_conda
pip install https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-16.04/wxPython-4.0.3-cp36-cp36m-linux_x86_64.whl
```
restart terminal (nb_conda...)
Windows: pip install -U wxPython
Linux: pip install https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-16.04/wxPython-4.0.3-cp36-cp36m-linux_x86_64.whl
Linux: export DLClight=True
Windows: set DLClight=True