I'm trying to run SnakeFood, to analyze a python project. I'm on a Windows machine and so far I've been able to figure out how to:
- install Tortoise for Mercurial to download the SnakeFood code from the site
- set the windows Path to accept python from the command prompt so I could do
python setup.py install
and got snakefood to go into my "site-packages" folder
Now, the documentation doesn't say anything else rather than:
sfood /path/to/my/project
I can't get this command to work. What am I missing?