Skip to content

Commit e49539d

Browse files
authored
update to python
added link to download python and indicated the dependencies can be installed with pip3 in the next step
1 parent 0b82db9 commit e49539d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Installation.md

Lines changed: 1 addition & 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).
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/).
3333
Some of the primary dependencies include:
3434
- [TensorFlow](Background-TensorFlow.md)
3535
- [Jupyter](Background-Jupyter.md)

0 commit comments

Comments
 (0)