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 ```