- Python3
- Apache Ant
- Conda
-
Clone the repo to a new directory
git clone REPOURL
-
Package OpenRocket JAR
cd lib/openrocketjava/
ant jar
-
Create new conda environment
conda create --name NAME python=3.5
-
Install requirements
pip install -r requirements.txt
-
Install JPype
conda install -c conda-forge jpype1
-
Run code
python gui.py
-
Optionally run code with command line
python monte_carlo.py PARAMS