diff --git a/README.md b/README.md index e38658b..9945328 100644 --- a/README.md +++ b/README.md @@ -23,14 +23,16 @@ source venv/bin/activate ### 2. Get the Code Pull the latest changes from the repository: -git pull https://github.com/Shahin-rmz/OSCE-Feedback-Evaluator.git +```bash +git pull https://github.com/Shahin-rmz/OSCE-Feedback-Evaluator.git ``` + ### 3. Install Dependencies Make sure you are in the root directory where requirements.txt is located: -Bash + ```bash pip install -r requirements.txt