浏览代码

update to python

added link to download python and indicated the dependencies can be installed with pip3 in the next step
/develop-generalizationTraining-TrainerController
GitHub 6 年前
当前提交
a5e7b95c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      docs/Installation.md

2
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).
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/).
Some of the primary dependencies include:
- [TensorFlow](Background-TensorFlow.md)
- [Jupyter](Background-Jupyter.md)

正在加载...
取消
保存