Linked more docs in the Mac section of the readme

This commit is contained in:
Fredrik Wollsén 2019-04-18 23:55:04 +03:00
Родитель ebfa743949
Коммит 0f445d5718
1 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -427,7 +427,9 @@ Once installed, execute `py.test -vv` in the test directory to run all tests.
We've added an installation file to make it easier to run tests and develop on
Mac OSX. To install the dependencies on Mac OSX, run `install-mac-dev.sh`
instead of `install.sh` and `install-dev.sh`.
instead of `install.sh` and `install-dev.sh` in [the official getting started
instructions](https://github.com/mozilla/OpenWPM/wiki/Setting-Up-OpenWPM).
This will install Python packages in a local Python 3.6 virtualenv,
download the latest Unbranded Firefox Release into the current folder,
move geckodriver next to the Firefox binary and install development dependencies.
@ -446,6 +448,9 @@ Running the OpenWPM tests on Mac OSX:
export FIREFOX_BINARY="$(PWD)/Nightly.app/Contents/MacOS/firefox-bin"
python -m pytest -vv
For more detailed setup instructions for Mac, see [Running a fork of OpenWPM on
your Mac Natively](https://gist.github.com/motin/540377d5a3fff20db3fe1d2b160d8652).
There are known limitations on Mac:
1. Flash cookies are not parsed correctly since we
[hardcode](https://github.com/citp/OpenWPM/blob/de84f0595dd512649e46c87b47d5ab18c8374d7e/automation/Commands/utils/lso.py#L34)