AnswerDotAI/shell_sage

Create Development Environment Setup Guide

开放

#34 创建于 2025年2月15日

 (5 条评论) (0 个反应) (0 位负责人)Jupyter Notebook (44 个派生)auto 404
documentationgood first issuehelp wanted

仓库指标

星标
 (406 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南