浏览代码

moved python 3 link to mac / linux section

/develop-generalizationTraining-TrainerController
GitHub 6 年前
当前提交
e7f33400
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 4
      docs/Installation.md

4
docs/Installation.md


## Install Python (with Dependencies)
In order to use ML-Agents, you need Python 3 along with
the dependencies listed in the [requirements file](../python/requirements.txt). You can install these dependencies using pip3 in the next step. Additionally, you can download and install Python 3 from [here](https://www.python.org/downloads/).
the dependencies listed in the [requirements file](../python/requirements.txt).
Some of the primary dependencies include:
- [TensorFlow](Background-TensorFlow.md)
- [Jupyter](Background-Jupyter.md)

If you are a Windows user who is new to Python and TensorFlow, follow [this guide](Installation-Windows.md) to set up your Python environment.
### Mac and Unix Users
If you do not have Python, you can download and install Python 3 from [here](https://www.python.org/downloads/).
If your Python environment doesn't include `pip`, see these
[instructions](https://packaging.python.org/guides/installing-using-linux-tools/#installing-pip-setuptools-wheel-with-linux-package-managers)

正在加载...
取消
保存