- download
Anaconda for Windowsin https://www.anaconda.com/download/
no matter whether it is Python 3.X or Python 2.7 but I recommend you Python 2.7 side
- install
Anacondawith default properties
no need to adjust from default check box
- execute
Anaconda Prompt - type
conda create -n openai pip python=3.5 - type
activate openai - type
pip install gym - PROFIT !
when you need to ues OpenAI with Tensorflow
- execute
Anaconda Prompt - type
activate openai - type
pip install --ignore-installed --upgrade tensorflow-gpu
because I gonna use tensorflow supporting gpu
- PROFIT !