knowsuchagency commited on
Commit
592cbe6
1 Parent(s): f93f98f

chore: Update virtual environment setup in README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -23,8 +23,8 @@ To set up the project, follow these steps:
23
 
24
  2. **Create a virtual environment and activate it:**
25
  ```bash
26
- python -m venv venv
27
- source venv/bin/activate
28
  ```
29
 
30
  3. **Install the required packages:**
 
23
 
24
  2. **Create a virtual environment and activate it:**
25
  ```bash
26
+ python -m venv .venv
27
+ source .venv/bin/activate
28
  ```
29
 
30
  3. **Install the required packages:**