Installation¶
Downloading the IGNITE repository¶
The IGNITE repository is publicly hosted on GitHub. You can either perform a one-time zip download of the code in it’s current state, or you can clone the repository using Git in order to easily install future updates.
Setting up the Python environment¶
Setting up a Python virtual environment is simple:
python3 -m venv path/to/venv
source path/to/venv/bin/activate
python3 -m pip install xyz
Installing software dependencies¶
Some linux stuff
brew install --cask slicer
brew install --cask freecad
brew install --cask blender
Some linux stuff