Skip to content

Commit 5e71df4

Browse files
committed
README: correct tests dependencies installation instructions
1 parent caa1ef9 commit 5e71df4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This uses [`coincurve`](https://github.com/ofek/coincurve) as a wrapper for [`li
4444
# From the root of the repository
4545
python3 -m venv venv
4646
. venv/bin/activate
47-
pip install -r requirements.txt && pip install pytest
47+
pip install -r tests/requirements.txt && pip install pytest
4848
PYTHONPATH=$PYTHONPATH:$PWD/bip32 pytest -vvv
4949
```
5050

0 commit comments

Comments
 (0)