mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-30 12:51:10 +00:00
19 lines
No EOL
441 B
Markdown
19 lines
No EOL
441 B
Markdown
# Development environment
|
|
|
|
## What you need to install
|
|
|
|
* Rust (installed with rustup)
|
|
|
|
* ver >= 1.63.0
|
|
* 2021 edition
|
|
|
|
* [pre-commit](https://pre-commit.com/)
|
|
|
|
* Python3 interpreter
|
|
|
|
## Recommendation
|
|
|
|
* Editor: Visual Studio Code
|
|
* VSCode extensions: Rust-analyzer, GitLens, Git Graph, GitHub Pull Requests and Issues, Markdown All in One, markdownlint
|
|
* OS: Windows 10/11 | Ubuntu 20.04/22.04 | Mac OS Monterey
|
|
* Others: pyenv, mold |