Installation Guide
Prerequisites
- Python 3.10 (tested and known to work with DeepXROMM)
Note: DeepXROMM depends on DeepLabCut, which requires Python 3.10+.
Creating a conda environment
Run the following command
Installing Python dependencies
- Activate your conda environment
- If you are going to be following the tutorial in the usage guide, install this package + ipython:
- If you are a developer looking to install and use/extend this package in other Python scripts:
Note: The
[cli]optional dependency adds IPython for interactive use, but all core functionality works with the base package.