mirror of
https://github.com/erg-lang/erg.git
synced 2025-10-02 05:31:11 +00:00
19 lines
451 B
Markdown
19 lines
451 B
Markdown
# 開発環境
|
|
|
|
## インストールが必要なもの
|
|
|
|
* Rust (installed with rustup)
|
|
|
|
* ver >= 1.63.0
|
|
* 2021 edition
|
|
|
|
* [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
|
|
* OS: Windows 10/11 | Ubuntu 20.04/22.04 | MacOS Monterey
|
|
* その他: pyenv, mold
|