From e49539d7713a6694a69b4a9249594df256aa25f9 Mon Sep 17 00:00:00 2001 From: Jeffrey Shih <34355042+unityjeffrey@users.noreply.github.com> Date: Wed, 21 Mar 2018 15:11:45 -0700 Subject: [PATCH 1/5] update to python added link to download python and indicated the dependencies can be installed with pip3 in the next step --- docs/Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Installation.md b/docs/Installation.md index 46380ec495..7a9af636fe 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -29,7 +29,7 @@ Both directories are located at the root of the repository. ## 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) From 0c7bb56199209d625fc61e52ba497c6c33ccd282 Mon Sep 17 00:00:00 2001 From: Jeffrey Shih <34355042+unityjeffrey@users.noreply.github.com> Date: Thu, 22 Mar 2018 13:36:59 -0700 Subject: [PATCH 2/5] moved python 3 link to mac / linux section --- docs/Installation.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/Installation.md b/docs/Installation.md index 7a9af636fe..f6b9ecab36 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -29,7 +29,7 @@ Both directories are located at the root of the repository. ## 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) @@ -40,6 +40,8 @@ If you are a Windows user who is new to Python and TensorFlow, follow [this guid ### 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) on installing it. From 3c6e66afb50af66325c618dc88d2c15fb237dfe8 Mon Sep 17 00:00:00 2001 From: Jeffrey Shih <34355042+unityjeffrey@users.noreply.github.com> Date: Tue, 27 Mar 2018 09:48:07 -0700 Subject: [PATCH 3/5] cleaned up formatting and consistency --- docs/Installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Installation.md b/docs/Installation.md index f6b9ecab36..f5733f7a93 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -29,7 +29,7 @@ Both directories are located at the root of the repository. ## 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). Some of the primary dependencies include: - [TensorFlow](Background-TensorFlow.md) - [Jupyter](Background-Jupyter.md) @@ -40,7 +40,7 @@ If you are a Windows user who is new to Python and TensorFlow, follow [this guid ### Mac and Unix Users -If you do not have Python, you can download and install Python 3 from [here](https://www.python.org/downloads/). +[Download]((https://www.python.org/downloads/) and install Python 3 if you do not already have it. 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) From 1925db07f8c8cc8cf5c1af2e1d0640f1fd809f31 Mon Sep 17 00:00:00 2001 From: Jeffrey Shih <34355042+unityjeffrey@users.noreply.github.com> Date: Tue, 27 Mar 2018 09:48:31 -0700 Subject: [PATCH 4/5] typo --- docs/Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Installation.md b/docs/Installation.md index f5733f7a93..c5d47223fb 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -40,7 +40,7 @@ If you are a Windows user who is new to Python and TensorFlow, follow [this guid ### Mac and Unix Users -[Download]((https://www.python.org/downloads/) and install Python 3 if you do not already have it. +[Download](https://www.python.org/downloads/) and install Python 3 if you do not already have it. 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) From fa674436f802e103b0db9a0fd69cac6ba90b187d Mon Sep 17 00:00:00 2001 From: Jeffrey Shih <34355042+unityjeffrey@users.noreply.github.com> Date: Tue, 27 Mar 2018 09:48:49 -0700 Subject: [PATCH 5/5] typo