fix dev dependencies instructions

This commit is contained in:
Arshan Dabirsiaghi 2025-03-12 19:15:54 -04:00 committed by GitHub
parent 26b1dbe966
commit 80cafa9a40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -541,7 +541,7 @@ source venv/bin/activate # On Windows use `venv\Scripts\activate`
3. Install development dependencies: 3. Install development dependencies:
```bash ```bash
pip install -r requirements-dev.txt pip install -e ".[dev]"
``` ```
4. Run tests: 4. Run tests: