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.
Install Conda:
If Conda is not already installed, follow the instructions on the Conda installation page.
Clone the Repository:
git clone https://github.com/jeplowman/EMToolKit.git cd EMToolKit
Create and Activate the Conda Environment:
conda env create -f environment.yml conda activate EMToolKit_env
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.