wip
This commit is contained in:
6
.github/CONTRIBUTING.md
vendored
6
.github/CONTRIBUTING.md
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user