##  Under Linux

# To build
python setup.py build

# To Install (You might need to be root)
python setup.py install

## Under Microsoft Windows

# Execute the file using the python interpreter
# Assuming python.exe is in your path

# To build
C:\> python setup.py build

# To install
C:\> python setup.py install
