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