tabby/python/README.md

14 lines
144 B
Markdown
Raw Normal View History

2023-10-14 01:59:43 +00:00
# tabby
## Setup Development Environment
```bash
pip install -e ".[dev]"
```
Then, start the Dagster UI web server:
```bash
dagster dev
```