Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 594 Bytes

File metadata and controls

14 lines (11 loc) · 594 Bytes

Rocket-Simulation with RocketPy

Rocket Simulation with RocketPy

Setting up

  1. Set up the environement:
  • mkdir my_project -> create working directory
  • python3 -m venv venv -> build venv
  • source venv/bin/activate -> activate virtual environment
  • pip install -r requirements.txt -> Install all necessary packages (you can do this one manually, “pip list” to check the installed packages )
  1. You clone pythonpi from github into my_project (your working directory) https://github.com/Projeto-Jupiter/RocketPy

  2. Run “python simulation.py” to generate all the rocket simulations.