Installation

This is our recommend installation method! Follow the steps below to start using LEGWORK!

  1. Download the environment.yml file from our repository

  2. Create a new conda environment using this file

    conda env create -f path/to/environment.yml
    
  3. Activate the environment by running

    conda activate legwork
    

and you should be all set! Check out our quickstart tutorial to learn some LEGWORK basics. Note that if you also want to work with the notebooks in the tutorials and/or demos you’ll also need to install jupyter/ipython in this environment!