Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 597 Bytes

setup-guide.md

File metadata and controls

30 lines (20 loc) · 597 Bytes

Prereqs

  • Python3
  • Apache Ant
  • Conda

Running instructions

  1. Clone the repo to a new directory git clone REPOURL

  2. Package OpenRocket JAR cd lib/openrocketjava/ ant jar

  3. Create new conda environment conda create --name NAME python=3.5

  4. Install requirements pip install -r requirements.txt

  5. Install JPype conda install -c conda-forge jpype1

  6. Run code python gui.py

  7. Optionally run code with command line python monte_carlo.py PARAMS