From b13c75542bdb881600ee6f84582e448882d3c7eb Mon Sep 17 00:00:00 2001 From: Oscar Plaisant Date: Tue, 2 Jul 2024 03:57:48 +0200 Subject: [PATCH] add comment --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 1c31939..3eca171 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,7 @@ all: execute-script execute-script: requirements.txt source bin/activate && python3 src/concentration_test.py; +# Install the required python packages requirements.txt: bin/pip3 install -r requirements.txt