Confirmed users
964
edits
| Line 20: | Line 20: | ||
Pre-requisites: | Pre-requisites: | ||
* virtualenv recommended | * virtualenv recommended | ||
* gaia profile generated (if you need to, run make test-integration, then kill when tests begin) | * gaia profile generated (if you need to, run make test-integration, then kill when tests begin) | ||
$ mkvirtualenv fmdtest | $ mkvirtualenv fmdtest | ||
$ pip install selenium fxa-python-client psutil gaiatest | $ pip install selenium fxa-python-client psutil gaiatest | ||
* if you get pip install errors on Mac, see this page: http://chriskief.com/2014/03/25/installing-cryptography-via-pip-with-macports-or-homebrew/ | * if you get pip install errors on Mac, see this page: | ||
** http://chriskief.com/2014/03/25/installing-cryptography-via-pip-with-macports-or-homebrew/ | |||
* Clone my repo/branch, create a new directory if you already have gaia | * Clone my repo/branch, create a new directory if you already have gaia | ||