mirror of
https://github.com/erg-lang/erg.git
synced 2025-10-01 21:21:10 +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
|