docs: update install instructions in EN/CN README

This commit is contained in:
2026-07-06 12:25:36 +08:00
parent e8e228d035
commit d7da51569f
2 changed files with 6 additions and 4 deletions
+3 -2
View File
@@ -65,8 +65,9 @@
```bash
git clone https://github.com/ViperEkura/AstrAI.git
cd AstrAI
pip install -e .
# pip install -e ".[dev]" # 可选:开发依赖(pytest, ruff
pip install -e . # 纯 PyTorch(不含 CUDA 内核)
# CSRC_KERNELS=true pip install -e . --no-build-isolation # 可选:融合 CUDA 内核加速
# pip install -e ".[dev]" # 可选:开发依赖(pytest, ruff
```
**2. 下载模型**