From 9cfb99c7e5e5a4f45894113201d5e3b046e1765c Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Thu, 24 Jul 2025 11:31:19 +0200 Subject: [PATCH] Fix typo in venv instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 682cda5b..6f444aeb 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ packages, you will probably want the following: 2. Activate the virtualenv. - source ./env/bin/activate + source ./venv/bin/activate 2. Install dependencies through `pip`.