Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 838 Bytes

installation.md

File metadata and controls

30 lines (22 loc) · 838 Bytes

Installation

Recommended: install git and Anaconda and run the following.

This was tested on Ubuntu 20.04 (AM), Windows 10 and MacOS 10.15.7 (LK).

git clone https://github.com/amathislab/dlc2action_annotation
cd dlc2action_annotation
conda env create -f dlc2action_gui.yaml
conda activate dlc2action_gui

Updating

To download the latest release, you should go to the dlc2action_annotation folder and run these commands.

git pull
conda activate dlc2action_gui
conda env update -f dlc2action_gui.yaml

Troubleshooting

  • In case you get the following error you likely need to reinstall the libxcb package.
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.

Back to main readme.