From 663f8184e9061b855b0a2367118bfaddde274e44 Mon Sep 17 00:00:00 2001 From: "SLW\\ARNAUA" Date: Tue, 6 Jun 2023 14:56:47 +0200 Subject: [PATCH] updating documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 169c29b..507b0d3 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ To run this project, you will need to add an .env file with the following enviro In order to run the program on the local machine, it is necessary to install the packages that are listed within the requirements.txt file by: ```bash - pip3 install --user -r requirements.txt +pip3 install --user -r requirements.txt ```