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}
For example, installing SpiceyPy can be done using:
$ python3 -m pip install spiceypy