pip install PackageName
Eg. pip install request
#or
pip3 install PackageName
#if pip doesn't work
python -m pip install PackageName
# or
python -m pip3 install PackageName
python -m pip install SomePackage
To install python modules like pygame pillow numpy just type
pip install pygame
pip install pillow
pip install numpy
etc.
pip install (package)
# If the above doesnt work, use:
pip3 install (package)
pip3/pip2 install <package>
cd into your django project
pip install django-tinymce4-lite
# go to python.org website and download the lastest version
# open the downloaded file and finish all the installing tasks
# go to start type python idle to open a python shell
sudo apt-get install python-dev