Skip to content

Commit fb0ada2

Browse files
author
palomagr
authored
Update Installation for Windows
Hi, I did the changes in style. Thanks,
1 parent 1814ca1 commit fb0ada2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/Installation-Windows.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ To use ML-Agents, you install Python and the required Python packages as outline
66

77
## Step 1: Install Python via Anaconda
88

9-
[Download](https://www.anaconda.com/download/#windows) and install Anaconda for Windows. By using Anaconda, you can manage separate environments for different distributions of Python. Python 3 is required as we no longer support Python 2. In this guide, we are using Python version 3.5 (Anaconda comes with python 3.6, we will create and environment with python 3.5) and Anaconda version 5.1 ([64-bit](https://repo.continuum.io/archive/Anaconda3-5.1.0-Windows-x86_64.exe) or [32-bit](https://repo.continuum.io/archive/Anaconda3-5.1.0-Windows-x86.exe) direct links).
9+
[Download](https://www.anaconda.com/download/#windows) and install Anaconda for Windows. By using Anaconda, you can manage separate environments for different distributions of Python. Python 3 is required as we no longer support Python 2. In this guide, we are using Python version 3.5 (Anaconda comes with Python 3.6, we will create an environment with python 3.5) and Anaconda version 5.1 ([64-bit](https://repo.continuum.io/archive/Anaconda3-5.1.0-Windows-x86_64.exe) or [32-bit](https://repo.continuum.io/archive/Anaconda3-5.1.0-Windows-x86.exe) direct links).
1010

1111
<p align="center">
1212
<img src="images/anaconda_install.PNG"
@@ -23,7 +23,7 @@ We recommend the default _advanced installation options_. However, select the op
2323
</p>
2424

2525
After installation, you must open __Anaconda Navigator__ to finish the setup. From the Windows search bar, type _anaconda navigator_. You can close Anaconda Navigator after it opens.
26-
If environmental variables were not created, or if you see the error "conda is not recognized as internal or external command", in System Variables "Path" add:
26+
If environment variables were not created, or if you see the error "conda is not recognized as internal or external command", in System Variables, "Path" add the following new paths:
2727
```
2828
C:\ProgramData\Anaconda3\Scripts
2929
C:\ProgramData\Anaconda3\Scripts\conda.exe
@@ -193,7 +193,7 @@ You should see something similar to:
193193
Found device 0 with properties ...
194194
```
195195
<p>
196-
Step Visual Studio 2015: CUDA 8.0 is not compatible with Visual Studio 2017, so you will need an older version. Uninstall Visual Studio 2017 that comes with Unity, download Visual Studio Enterprise 2015 and install it with the Windows SDK. If you don't want/ can't install Visual Studio Enterprise 2015, you will need Visual C++ Redistributable for Visual Studio 2015 ([direct link](https://www.microsoft.com/en-us/download/details.aspx?id=48145)) and Visual Studio Community 2015 ([direct link](https://www.visualstudio.com/vs/older-downloads/)) with Windows SDK ([direct link]( https://msdn.microsoft.com/en-us/library/mt683786.aspx)).
196+
Step Visual Studio 2015: CUDA 8.0 is not compatible with Visual Studio 2017, so you will need an older version. Uninstall Visual Studio 2017 that comes with Unity, download Visual Studio Enterprise 2015 and install it with the Windows SDK. If you don't want/ can't install Visual Studio Enterprise 2015, you will need [Visual C++ Redistributable for Visual Studio 2015](https://www.microsoft.com/en-us/download/details.aspx?id=48145) and [Visual Studio Community 2015](https://www.visualstudio.com/vs/older-downloads/) with [Windows SDK ]( https://msdn.microsoft.com/en-us/library/mt683786.aspx).
197197

198198
</p>
199199

0 commit comments

Comments
 (0)