I'm trying to install the Pysnap package for Python.
The website says to run "python setup.py install" using setuptools. I've tried installing setuptools but it just doesn't seem to work.
So how do I install the package?
SOLUTION: Worked after running "setup.py install" instead of "python setup.py install"