Installing libraries in Python
python3 -m pip install <module name>
If you are trying to install a library for a specific version of python, it may be helpful to specify the full path:
/usr/bin/python3 -m pip install <module name>
If you are still stuck, or you have other questions, you may want to ask a question on our discussion board.