Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 563 Bytes

installing_packages.md

File metadata and controls

28 lines (18 loc) · 563 Bytes
layout title permalink
single
Installing packages
/installing_packages

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.