AnswerDotAI/shell_sage

Create Development Environment Setup Guide

Offen

#34 geöffnet am 15.02.2025

 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Jupyter Notebook (44 Forks)auto 404
documentationgood first issuehelp wanted

Repository-Metriken

Stars
 (406 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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
  1. Setup pre-commit hooks:
nbdev_install_hooks

Estimated time: 2-4 hours

Contributor Guide