Skip to content

Commit 6540eb9

Browse files
Add MacOS virtual environment setup instructions
1 parent 37c8a4c commit 6540eb9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@
4242
activate
4343
```
4444

45+
**For MacOS**:
46+
```bash
47+
python3 -m venv yolov7objtracking
48+
source yolov7objtracking/bin/activate
49+
```
50+
4551
4. Update pip and install dependencies:
4652
```bash
4753
pip install --upgrade pip

0 commit comments

Comments
 (0)