From 48a38ecbe2afc019b9799aea9e5b0135ea567ef2 Mon Sep 17 00:00:00 2001 From: Bjarne Vincent Date: Thu, 9 Oct 2025 14:58:52 +0200 Subject: [PATCH] Corrected a mistake in the instructions for setting up the software environment and running the program using Linux. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 073a914..157f751 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ program. ```shell python3 -m venv venv source ./venv/bin/activate - python3 -m pip install -r requirement.txt + python3 -m pip install -r virtualenv/requirements.txt python3 main.py ```