hello-algo/docs/chapter_introduction/installation.md
krahets 33237373e3 Add about me. Update contribution, suggestions,
merge_sort, installation, introduction, etc.
2022-11-24 19:32:32 +08:00

820 B
Raw Blame History

comments
true

编程环境安装

TODO 视频教程)

安装 VSCode

本书推荐使用开源轻量的 VSCode 作为本地 IDE ,下载并安装 VSCode

Python 环境

  1. 下载并安装 Miniconda3 ,获取 Python 运行环境。
  2. 在 VSCode 的插件市场中搜索 python ,安装 Python Extension Pack 。

Java 环境

  1. 下载并安装 OpenJDK ,获取 Java 运行环境。
  2. 在 VSCode 的插件市场中搜索 java ,安装 Java Extension Pack 。

C++ 环境

  1. Windows 系统需要安装 MinGW MacOS 自带 Clang 无需安装。
  2. 在 VSCode 的插件市场中搜索 c++ ,安装 C/C++ Extension Pack 。