Spaces:
Running
Running
Commit
·
4de6b15
1
Parent(s):
120773d
Update README.md
Browse files
README.md
CHANGED
@@ -34,7 +34,7 @@ The scraped content is saved into a markdown file named after the domain of the
|
|
34 |
|
35 |
```bash
|
36 |
python -m venv .venv
|
37 |
-
source .venv/bin/activate # On Windows use
|
38 |
```
|
39 |
|
40 |
3. **Install Dependencies**
|
|
|
34 |
|
35 |
```bash
|
36 |
python -m venv .venv
|
37 |
+
source .venv/bin/activate # On Windows use `.venv\Scripts\activate`
|
38 |
```
|
39 |
|
40 |
3. **Install Dependencies**
|