Confirmed users
3,990
edits
m (minor) |
m (Change info about script to setup venv) |
||
Line 54: | Line 54: | ||
If you have not run ./verify.sh you can create the venv like this: | If you have not run ./verify.sh you can create the venv like this: | ||
../common/ | ../common/setup_firefox_ui_updates.sh venv | ||
After you run verify.sh or | You can use --keep-venv and --developer-mode for this script. | ||
After you run verify.sh or setup_firefox_ui_updates.sh, you can run the tests like this: | |||
source venv/bin/activate (For Windows "Scripts" instead of "bin") | source venv/bin/activate (For Windows "Scripts" instead of "bin") | ||