summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <azakai@google.com>2021-01-22 19:01:25 +0000
committerGitHub <noreply@github.com>2021-01-22 11:01:25 -0800
commit69952a98c7c86286518d559958e35cd3639bd3a0 (patch)
tree39cbc982ca79aa44d82f0f0b94c223407c9df446
parent5bcee680e8781d9ee3f78df9466b912929124c04 (diff)
downloadbinaryen-69952a98c7c86286518d559958e35cd3639bd3a0.tar.gz
binaryen-69952a98c7c86286518d559958e35cd3639bd3a0.tar.bz2
binaryen-69952a98c7c86286518d559958e35cd3639bd3a0.zip
Document how to install lit test requirements [ci skip] (#3510)
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index c1b877935..35e00fb79 100644
--- a/README.md
+++ b/README.md
@@ -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
```