--=== Installation ===--
- Either
Enter the directory winkirip
# cd winkirip
Install winki
# ./install
2. Or
Execute the script directly
# python setup.py install --record installed.files
--=== Uninstallation ===--
- Either (if you installed winki using method 1.)
Enter the directory winkirip
# cd winkirip
Uninstall previously installed copy of the program # ./uninstall
2. Or (if you installed winki using method 2.)
Remove all files and directories listed in the file installed.files
