Monday 15 July 2013

Python , modules & Pip (the easy way)

Install Python

From normal windows command line interface 

" python distribute_setup.py" to update the distribution

" python get-pip.py" to install pip



To run pip

from normal windows cmd "pip"



Use pip as installer.

from command line

" pip install virtualenv"
" pip install virtualenvwrapper"
" pip install south"
" pip install MySQL-python"
" pip install Django"
" pip install SIT"



Using pip to upgrade

from command line

"pip install South --upgrade



To check what Python modules have been installed?

* from cmdline "python"
* Help ('modules')


Testing modules

virtualenv
from command line "vitualenv"


No comments:

Post a Comment