From 86677a076d1726abc1d2eb1536447df435b86713 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 cfd432b..ac9ce10 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Development Create a virtual environment: - virtualenv --python=/usr/bin/python3 .venv + python3 -m venv .venv Activate virtual environment: