Anna Syme

Click name ↑ to return to homepage

Using pip

How to install a module with pip:

Some instructions will say to use: pip install modulename

but python may not be able to find them.

It may be better to use: python3.6 -m pip install modulename