Forums

How do I install a new module in Python 3.5?

I am new to python anywhere and want to build a system that uses the python-docx module, using python 3.5. That module is not available so I need to install it.

Problem 1: how do I start a bash shell that lets me install a new module in python 3.5? Problem 2: when I did it in the default bash bash, which defaultet to python 2.7, I didn't have enough privilege to install it, but I was not able to issue the sudo command. What to do?

This help page should make everything clear.