diff options
author | Alon Zakai <azakai@google.com> | 2021-01-22 19:01:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-22 11:01:25 -0800 |
commit | 69952a98c7c86286518d559958e35cd3639bd3a0 (patch) | |
tree | 39cbc982ca79aa44d82f0f0b94c223407c9df446 | |
parent | 5bcee680e8781d9ee3f78df9466b912929124c04 (diff) | |
download | binaryen-69952a98c7c86286518d559958e35cd3639bd3a0.tar.gz binaryen-69952a98c7c86286518d559958e35cd3639bd3a0.tar.bz2 binaryen-69952a98c7c86286518d559958e35cd3639bd3a0.zip |
Document how to install lit test requirements [ci skip] (#3510)
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -444,6 +444,10 @@ The `check.py` script supports some options: (or `python third_party/setup.py`) installs required dependencies like the SpiderMonkey JS shell, the V8 JS shell and WABT in `third_party/`. Other scripts automatically pick these up when installed. +Run `pip3 install -r requirements-dev.txt` to get the requirements for the `lit` +tests. Note that you need to have the location `pip` installs to in your `$PATH` +(on linux, `~/.local/bin`). + ### Fuzzing ``` |