Skip to content

Tony04031234/Rocket-Simulation-with-RocketPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.