Skip to content

Commit 0c7bb56

Browse files
authored
moved python 3 link to mac / linux section
1 parent e49539d commit 0c7bb56

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/Installation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Both directories are located at the root of the repository.
2929
## Install Python (with Dependencies)
3030

3131
In order to use ML-Agents, you need Python 3 along with
32-
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/).
32+
the dependencies listed in the [requirements file](../python/requirements.txt).
3333
Some of the primary dependencies include:
3434
- [TensorFlow](Background-TensorFlow.md)
3535
- [Jupyter](Background-Jupyter.md)
@@ -40,6 +40,8 @@ If you are a Windows user who is new to Python and TensorFlow, follow [this guid
4040

4141
### Mac and Unix Users
4242

43+
If you do not have Python, you can download and install Python 3 from [here](https://www.python.org/downloads/).
44+
4345
If your Python environment doesn't include `pip`, see these
4446
[instructions](https://packaging.python.org/guides/installing-using-linux-tools/#installing-pip-setuptools-wheel-with-linux-package-managers)
4547
on installing it.

0 commit comments

Comments
 (0)