- Download Anaconda
- Create and Activate Environments
- conda create -n CanSatEnv python=3.11
- conda activate CanSatenv
- conda install pip
- Run the requirments file
- pip install -r requirements.txt
- pip3 install -r requirements.txt
- Instructions Before Pushing to Repo
- pip freeze > requirements.txt
- This downloads current versions of any packages
Trouble Shooting Problems I've encountered: from kivy.garden.matplotlib.etc is not found, run
- garden install matplotlib --kivy