This commit is contained in:
Dan Saunders
2025-08-29 22:37:09 -04:00
parent b453562c01
commit 9ec33f52e3
7 changed files with 42 additions and 72 deletions

View File

@@ -31,7 +31,11 @@ PRs are **greatly welcome**!
Please run below to setup env
```bash
pip3 install -r requirements-dev.txt -r requirements-tests.txt
# Using uv (recommended)
uv pip install -e .[dev]
# OR using pip
pip3 install -e .[dev]
pre-commit install
# test