mirror of
https://github.com/erg-lang/erg.git
synced 2025-10-01 13:11:11 +00:00
20 lines
902 B
Markdown
20 lines
902 B
Markdown
# 開發環境
|
|
|
|
[](https://gezf7g7pd5.execute-api.ap-northeast-1.amazonaws.com/default/source_up_to_date?owner=erg-lang&repos=erg&ref=main&path=doc/EN/dev_guide/env.md&commit_hash=13f2d31aee9012f60b7a40d4b764921f1419cdfe)
|
|
|
|
## 你需要安裝什么
|
|
|
|
* Rust(與 rustup 一起安裝)
|
|
|
|
* 版本 >= 1.64.0
|
|
* 2021年版
|
|
|
|
* [pre-commit](https://pre-commit.com/)
|
|
|
|
* Python3 解釋器
|
|
|
|
## 推薦
|
|
|
|
* 編輯器: Visual Studio Code
|
|
* VSCode 擴展: Rust-analyzer、GitLens、Git Graph、GitHub Pull Requests and Issues、Markdown All in One、markdownlint
|
|
* 操作系統: Windows 10/11 | Ubuntu 20.04/22.04 | Mac OS Monterey
|