diff --git a/README.md b/README.md index 6ca30bfd80332f3b4731e24179d5cf1cde298abe..9bcdd77b3953bca1d970eca1e36309eee701c062 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Make sure you have Python installed (https://www.python.org/downloads/) ## Starting the application Within the root directory (FinalYearProject) run the following commands on the Terminal/CMD: -### run python -m pip install django +### `$ run python -m pip install django` ### run pip install -r ./requirements.txt