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