dutzi / tamper

Devtools extension, lets you locally edit files served from the web (based on mitmproxy).
http://dutzi.github.io/tamper
MIT License
394 stars 36 forks source link

Update README.md #21

Open saalmaan opened 9 years ago

saalmaan commented 9 years ago

pip tamper should be install with admin rights because some other dependencies during installation though error, and already some users have reported similar issues.

dutzi commented 9 years ago

I guess it is a pretty common issue, but the right way to go with this is using virtualenvs. On one hand, it's not so popular/known. On the other hand, most pip packages on Github state you should do "pip install ", not "sudo pip install...". So I get the feeling we will be doing something wrong by having the docs suggest you should use sudo...