AnswerDotAI/shell_sage

Create Development Environment Setup Guide

オープン

#34 opened on 2025/02/15

 (5 件のコメント) (0 件のリアクション) (0 人の担当者)Jupyter Notebook (44 件のフォーク)auto 404
documentationgood first issuehelp wanted

Repository metrics

Stars
 (406 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド