Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kachiann authored Aug 19, 2024
1 parent 146ebd0 commit 37737d9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,11 @@ To get started with this project, follow these steps in your terminal:
```bash
source venv/bin/activate # On Windows use `venv\Scripts\activate`
```

Upgrade pip:
Once the virtual environment is activated, upgrade pip to the latest version:
```bash
python -m pip install --upgrade pip
```
4. **Install Dependencies:**

Install the necessary Python packages:
Expand Down

0 comments on commit 37737d9

Please sign in to comment.