mirror of
https://github.com/handsomezhuzhu/2025-yatcpu.git
synced 2026-02-20 20:10:14 +00:00
17 lines
668 B
Markdown
17 lines
668 B
Markdown
# YatCPU
|
|
|
|
本仓库由 [Tokisakix](https://github.com/Tokisakix)、[PurplePower](https://github.com/PurplePower)、[Han Huang](https://github.com/HHTheBest) 在 [2022-fall-yatcpu-repo](https://github.com/hrpccs/2022-fall-yatcpu-repo) 的基础上结合 2023 计组教学实情整理而来,有较多原创内容
|
|
|
|
(PS: 能求个 star⭐ 吗 QAQ ~)
|
|
|
|
## Getting Started
|
|
|
|
你可以选择在线阅读我们编写的[配套文档](http://www.tokisakix.cn/2023-Fall-YatCPU-Docs/)
|
|
|
|
你也可以选择在下载到本地后阅读
|
|
```
|
|
git clone https://github.com/Tokisakix/2023-fall-yatcpu-repo.git
|
|
cd 2023-fall-yatcpu-repo/docs
|
|
pip install -r requirements.txt
|
|
mkdocs serve
|
|
``` |