Installing
++++++++++
Unpack the source-code into a new directory like this:
tar xvzf pyrit-0.4.0.tar.gz
Switch to the main module's directory. We use Python's distutils to compile and
install the code:
cd pyrit-0.4.0
python setup.py build
If everything went well and no errors are thrown at you, use distutils again to
install Pyrit:
sudo python setup.py install
You can now execute 'pyrit' from your commandline; leave the source-code's
directory before doing so to prevent Python from getting confused with
module-lookups.