documentationgood first issuehelp wanted
仓库指标
- 星标
- (406 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
Add detailed development setup documentation including:
- Required Python versions and dependencies
- nbdev workflow explanation
- Common development tasks
- Troubleshooting guide
Example additions:
## Development Setup
1. Install dependencies:
```bash
pip install -e '.[dev]'
nbdev_install_quarto
- Setup pre-commit hooks:
nbdev_install_hooks
Estimated time: 2-4 hours