This commit is contained in:
Keep Creating Online
2025-01-13 16:54:32 -05:00
parent 34d9c57e46
commit 00e710fe5c

View File

@@ -94,9 +94,16 @@ source venv/bin/activate
cd src cd src
``` ```
### 3. Install Dependencies
Update pip first:
````bash
python -m pip install --upgrade pip
```bash ```bash
pip install -r requirements.txt pip install -r requirements.txt
``` ````
Required packages: Required packages: