Update README.md (#14)

nit: explicitly use the `venv` that was created
This commit is contained in:
James Morgan
2022-12-27 16:03:23 -05:00
committed by GitHub
parent 31d02421e4
commit aa56d84b73

View File

@@ -98,7 +98,7 @@ git clone https://github.com/jeffthibault/python-nostr.git
2. Install dependencies in repo
```bash
python -m venv venv
pip install -r requirements.txt
venv/bin/python -m pip install -r requirements.txt
```
Note: If the pip install fails, you might need to install ```wheel```. Try the following: