We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caa1ef9 commit 5e71df4Copy full SHA for 5e71df4
1 file changed
README.md
@@ -44,7 +44,7 @@ This uses [`coincurve`](https://github.com/ofek/coincurve) as a wrapper for [`li
44
# From the root of the repository
45
python3 -m venv venv
46
. venv/bin/activate
47
-pip install -r requirements.txt && pip install pytest
+pip install -r tests/requirements.txt && pip install pytest
48
PYTHONPATH=$PYTHONPATH:$PWD/bip32 pytest -vvv
49
```
50
0 commit comments