hello-algo/docs/chapter_preface/installation.md

27 lines
820 B
Markdown
Raw Normal View History

2022-11-22 09:47:26 +00:00
---
comments: true
---
# 编程环境安装
TODO 视频教程)
2022-11-22 09:47:26 +00:00
## 安装 VSCode
本书推荐使用开源轻量的 VSCode 作为本地 IDE ,下载并安装 [VSCode](https://code.visualstudio.com/) 。
2022-11-22 09:47:26 +00:00
## Python 环境
1. 下载并安装 [Miniconda3](https://docs.conda.io/en/latest/miniconda.html) ,获取 Python 运行环境。
2. 在 VSCode 的插件市场中搜索 `python` ,安装 Python Extension Pack 。
2022-11-22 09:47:26 +00:00
## Java 环境
1. 下载并安装 [OpenJDK](https://jdk.java.net/18/) ,获取 Java 运行环境。
2. 在 VSCode 的插件市场中搜索 `java` ,安装 Java Extension Pack 。
2022-11-22 09:47:26 +00:00
## C++ 环境
1. Windows 系统需要安装 [MinGW](https://www.mingw-w64.org/downloads/) MacOS 自带 Clang 无需安装。
2. 在 VSCode 的插件市场中搜索 `c++` ,安装 C/C++ Extension Pack 。