Corrected a mistake in the instructions for setting up the software environment and running the program using Linux.

dev-bjvincent
Bjarne Vincent 2025-10-09 14:58:52 +02:00
parent 42e104cba9
commit 48a38ecbe2
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ program.
```shell ```shell
python3 -m venv venv python3 -m venv venv
source ./venv/bin/activate source ./venv/bin/activate
python3 -m pip install -r requirement.txt python3 -m pip install -r virtualenv/requirements.txt
python3 main.py python3 main.py
``` ```