AnswerDotAI/shell_sage

Create Development Environment Setup Guide

Aperta

#34 aperta il 15 feb 2025

 (5 commenti) (0 reazioni) (0 assegnatari)Jupyter Notebook (44 fork)auto 404
documentationgood first issuehelp wanted

Metriche repository

Star
 (406 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor