Skip to content
Rob Nagler edited this page Mar 15, 2024 · 1 revision

Development Hints

To develop locally, you need to build with no isolation. Here are two commands:

python -m build --no-isolation
pip install --no-build-isolation -e .
Clone this wiki locally