Skip to content
This repository was archived by the owner on May 22, 2024. It is now read-only.

Commit aa56d84

Browse files
author
James Morgan
authored
Update README.md (#14)
nit: explicitly use the `venv` that was created
1 parent 31d0242 commit aa56d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ git clone https://github.com/jeffthibault/python-nostr.git
9898
2. Install dependencies in repo
9999
```bash
100100
python -m venv venv
101-
pip install -r requirements.txt
101+
venv/bin/python -m pip install -r requirements.txt
102102
```
103103

104104
Note: If the pip install fails, you might need to install ```wheel```. Try the following:

0 commit comments

Comments
 (0)