From 0ce2365e025d84c35da8b40b9d7dd1e9389231fe Mon Sep 17 00:00:00 2001 From: David Huggins-Daines Date: Thu, 14 Apr 2022 12:03:58 -0400 Subject: [PATCH] tiny readme fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49fdc6e..bd6215c 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ If you don't have Conda, then what you will need to do is: - create and activate a virtual environment using your Python binary, which may or may not be in your AppData directory: - `%USERPROFILE%\AppData\Local\Programs\Python\Python310\python -m venv py310 + %USERPROFILE%\AppData\Local\Programs\Python\Python310\python -m venv py310 py310\scripts\activate - now you can build wheels with pip, using the same method mentioned above.