Python client library for visual regression testing with Percy.
Note: This SDK has been deprecated in favor of our new Python SDK (which matches the API of all our other SDKS): https://github.com/percy/percy-python-selenium
$ sudo easy_install pip
$ pip install virtualenv
$ virtualenv env
$ source env/bin/activate
$ make develop
Development:
source env/bin/activate
make test
make tdd