AnswerDotAI/shell_sage

Create Development Environment Setup Guide

Open

#34 opened on Feb 15, 2025

 (5 comments) (0 reactions) (0 assignees)Jupyter Notebook (44 forks)auto 404
documentationgood first issuehelp wanted

Repository metrics

Stars
 (406 stars)
PR merge metrics
 (PR metrics pending)

Description

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