From aa56d84b736df6fb2bf8aa86ec1e52bdbf9566a3 Mon Sep 17 00:00:00 2001 From: James Morgan Date: Tue, 27 Dec 2022 16:03:23 -0500 Subject: [PATCH] Update README.md (#14) nit: explicitly use the `venv` that was created --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c1dd17..ef38125 100644 --- a/README.md +++ b/README.md @@ -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: