The GitHub repository corresponding to the Orbital Mechanics with Python, Numerical Methods with Python, and Spacecraft Attitude Control with Python video series on YouTube. Please direct all questions and comments to the corresponding videos on YouTube.
Python packages can be easily and conviniently installed using pip via the command line like so:
$ python3 -m pip install {package_name}In the case of AWP, all Python dependencies can be installed in one command using the requirements.txt file as so:
$ python3 -m pip install -r requirements.txt