SyntaxFix
Write A Post
Hire A Developer
Questions
Another thing that people may find useful when using the develop method is the --user option to install without sudo. Ex:
develop
--user
python setup.py develop --user
instead of
sudo python setup.py develop