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