mirror of
https://github.com/krahets/hello-algo.git
synced 2026-08-12 20:00:58 +00:00
Update Introduction.
This commit is contained in:
@@ -6,7 +6,7 @@ comments: true
|
||||
|
||||
## 安装 Git
|
||||
|
||||
前往 [Git 官网](https://git-scm.com/downloads) 下载对应系统安装包,本地安装即可。
|
||||
前往 [<u>Git 官网</u>](https://git-scm.com/downloads) 下载对应系统安装包,本地安装即可。
|
||||
|
||||
## 下载代码仓
|
||||
|
||||
@@ -22,16 +22,16 @@ git clone https://github.com/krahets/hello-algo.git
|
||||
|
||||
## 安装 VSCode
|
||||
|
||||
前往 [<u>VSCode 官网</u>](https://code.visualstudio.com/) 下载对应系统安装包,本地安装即可。
|
||||
本书推荐使用开源轻量的 VSCode 作为本地 IDE 。前往 [<u>VSCode 官网</u>](https://code.visualstudio.com/) 下载对应系统安装包,本地安装即可。
|
||||
|
||||
## Python 环境
|
||||
|
||||
1. 前往 [Miniconda3](https://docs.conda.io/en/latest/miniconda.html) ,选择对应系统安装包,下载并安装。
|
||||
1. 前往 [<u>Miniconda3</u>](https://docs.conda.io/en/latest/miniconda.html) ,选择对应系统安装包,下载并安装。
|
||||
2. 在 VSCode 中的插件市场中搜索 Python ,安装 Python Extension Pack 。
|
||||
|
||||
## Java 环境
|
||||
|
||||
1. 前往 [OpenJDK](https://jdk.java.net/18/) ,选择对应系统安装包,下载并安装。
|
||||
1. 前往 [<u>OpenJDK</u>](https://jdk.java.net/18/) ,选择对应系统安装包,下载并安装。
|
||||
2. 在 VSCode 中的插件市场中搜索 Java ,安装 Java Extension Pack 。
|
||||
|
||||
## C++ 环境
|
||||
|
||||
Reference in New Issue
Block a user