AnswerDotAI / AnswerDotAI/shell_sage
Create Development Environment Setup Guide
Open
documentation
good first issue
help wanted
- Dominant language
- Jupyter Notebook
- Stars
- 409
- Forks
- 45
- Avg merge
- 1m
- Merged PRs (30d)
- 1
Description
Add detailed development setup documentation including:
- Required Python versions and dependencies
- nbdev workflow explanation
- Common development tasks
- Troubleshooting guide
Example additions:
```markdown
## Development Setup
1. Install dependencies:
```bash
pip install -e '.[dev]'
nbdev_install_quarto
```
2. Setup pre-commit hooks:
```bash
nbdev_install_hooks
```
```
Estimated time: 2-4 hours
Contributor guide
Assessment
This issue has not been assessed yet.