Skip to content

Installation Guide

Prerequisites

  1. A recent version of python. These docs were built using python 3.9.16
  2. If you're running locally, you'll also need DeepLabCut's dependencies

Creating a conda environment

Run the following command

conda create -n your-env-name python=your-py-version

Installing Python dependencies

  1. Activate your conda environment
    conda activate your-env-name
    
  2. If you are going to be following the tutorial in the usage guide, install this package + ipython:
    pip install deepxromm[cli]
    
  3. If you are a developer looking to install and use/extend this package in other Python scripts:
    pip install deepxromm