11 lines
204 B
Markdown
11 lines
204 B
Markdown
|
|
# Setup
|
||
|
|
|
||
|
|
Install dependencies and run the bootstrap script.
|
||
|
|
|
||
|
|
1. `python -m venv .venv`
|
||
|
|
2. `source .venv/bin/activate`
|
||
|
|
3. `pip install -e .`
|
||
|
|
4. `./scripts/bootstrap.sh`
|
||
|
|
|
||
|
|
This is the canonical setup guide.
|