From c0e341579cbfe637472c0ade1e4dd5fde8ccbc34 Mon Sep 17 00:00:00 2001 From: Alex Mykyta Date: Fri, 29 Sep 2023 05:55:54 -0700 Subject: [PATCH] fix typo --- tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/README.md b/tests/README.md index 79175c2..6ccc99b 100644 --- a/tests/README.md +++ b/tests/README.md @@ -41,7 +41,7 @@ export SKIP_SYNTH_TESTS=1 Install dependencies required for running tests ```bash -python3 -m pip install test/requirements.txt +python3 -m pip install -r tests/requirements.txt ```