Installing PySWITCH

Installation of PySWITCH is very easy. Download the latest PySWITCH from sourceforge.

Windows

Windows version of PySWITCH ships as exe file. You just need to following the instructions on screen

Linux

unzip or untar the PySWITCH release your have downloaded:

unzip pyswitch.zip

or

tar -zxvf pyswitch.zip

cd pyswitch

python setup.py install

Now to check if PySWITCH is properly installed or not goto python prompt and import pyswitch:

>>>import pyswitch

If the above line doesn’t throw any errors on your machine, you have PySWITCH installed properly.