Skip to content

Commit 551bf08

Browse files
committed
update README.md to add more instructions on how to install anaconda and pip
1 parent 2d1959b commit 551bf08

File tree

1 file changed

+13
-1
lines changed
  • projects_cn/titanic_survival_exploration

1 file changed

+13
-1
lines changed

projects_cn/titanic_survival_exploration/README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,19 @@
1313
你还需要安装和运行 [Jupyter Notebook](http://jupyter.readthedocs.io/en/latest/install.html#optional-for-experienced-python-developers-installing-jupyter-with-pip)
1414

1515

16-
优达学城推荐学生安装 [Anaconda](https://www.continuum.io/downloads),一个包含了项目需要的所有库和软件的 Python 发行版本。
16+
优达学城推荐学生安装 [Anaconda](https://www.continuum.io/downloads),一个包含了项目需要的所有库和软件的 Python 发行版本。[这里](https://classroom.udacity.com/nanodegrees/nd002/parts/0021345403/modules/317671873575460/lessons/5430778793/concepts/54140889150923)介绍了如何安装Anaconda。
17+
18+
如果你使用macOS系统并且对命令行比较熟悉,可以安装[homebrew](http://brew.sh/),以及brew版python
19+
20+
```bash
21+
$ brew install python
22+
```
23+
24+
再用下列命令安装所需要的python库
25+
26+
```bash
27+
$ pip install numpy pandas matplotlib scikit-learn scipy jupyter
28+
```
1729

1830
### 代码
1931

0 commit comments

Comments
 (0)