Skip to content

Commit 94150cc

Browse files
Fix virtual env activation instruction in README.md (#34)
Replace `venv/` with `.venv/` in the virtual environment activation instruction for Unix/macOS, as `.venv` is used as the virtual environment name for these operating systems in the previous virtual environment creation step.
1 parent ab1ce7e commit 94150cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Follow these steps to create a virtual environment and install this package:
9393
4. Activate the virtual environment:
9494
- Unix/macOS:
9595
```bash
96-
source venv/bin/activate
96+
source .venv/bin/activate
9797
```
9898
- Windows:
9999
```cmd

0 commit comments

Comments
 (0)