webfp / tor-browser-selenium

Tor Browser automation with Selenium.
MIT License
556 stars 99 forks source link

Use pip instead of easy_install for installing tbselenium. #93

Closed gunesacar closed 6 years ago

gunesacar commented 6 years ago

This is to avoid easy_install errors such as this: https://travis-ci.org/webfp/tor-browser-selenium/jobs/311084038#L571

Remove the ignore-installed flag, which was added to address the same issue.