Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1 KB

DEVELOP.md

File metadata and controls

33 lines (24 loc) · 1 KB

EMToolKit Development Guide

Dev Installation

By following these instructions, you should be able to set up the development environment for EMToolKit on your preferred operating system. If you have any questions or need further assistance, feel free to reach out.

macOS

This is the most stable development platform currently.

  1. Install Conda:

  2. Clone the Repository:

    git clone https://github.com/jeplowman/EMToolKit.git
    cd EMToolKit
  3. Create and Activate the Conda Environment:

    conda env create -f environment.yml
    conda activate EMToolKit_env
  4. Install the Package in Editable Mode:

    pip install -e .

Android

Check out the Android Setup page for more information about developing for the mobile version of the app.