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

貢獻者指南