I just installed the python-3.4.3 via putty. I\'m very new to Linux and it\'s operation. I created a script for docx operation in windows and it\'s working great but my manager
Installing on Debian and Ubuntu (Trusty Tahr and newer) for Python 3.x
Run the following commands from a terminal:
sudo apt-get install python3-pip python-dev build-essential sudo pip install --upgrade pip sudo apt-get update
Check your pip version :
pip --version