minor update

This commit is contained in:
2025-08-13 13:25:51 -04:00
parent a17ebdce21
commit 0bf5aa55c8

View File

@@ -18,13 +18,18 @@ python -m venv <path>
```
2) Acitvate the virtual environment
Mac:
```bash
source <path>/bin/activate
```
Windows:
```cmd
<path>\Scripts\activate.bat
```
```powershell
<path>\Scripts\Activate.ps1
```
2) Use Pip to install all required packages (Only required on first run)
```python