Installing packages
Here are the instructions for installing a Python package on your system.
In this case we will be installing the okpy package, for checking your answers in notebooks.
First start the terminal.
Then, in the terminal, type:
pip install --user okpy
okpy
is the name of the package we are installing.
You should see something like this:
Ask for help if you have any problems.