From 52696675e4a74ffede91daa76819ba3450ef4d44 Mon Sep 17 00:00:00 2001 From: Pirmin Kalberer Date: Mon, 27 Nov 2023 16:30:08 +0100 Subject: [PATCH] Update virtualenv instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 045b4b4..c792929 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ Development Create a virtual environment: - virtualenv --python=/usr/bin/python3 .venv + python3 -m venv .venv Activate virtual environment: