Skip to content

Commit

Permalink
chore: Update virtual environment setup in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
knowsuchagency committed Jun 9, 2024
1 parent f93f98f commit 592cbe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ To set up the project, follow these steps:

2. **Create a virtual environment and activate it:**
```bash
python -m venv venv
source venv/bin/activate
python -m venv .venv
source .venv/bin/activate
```

3. **Install the required packages:**
Expand Down

0 comments on commit 592cbe6

Please sign in to comment.