Merge pull request #126 from nahsra/patch-1

Fix dev dependencies instructions
This commit is contained in:
Andrew I. Christianson 2025-03-12 19:37:48 -04:00 committed by GitHub
commit 85cabe4d37
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:
```bash
pip install -r requirements-dev.txt
pip install -e ".[dev]"
```
4. Run tests: