Skip to content

Commit

Permalink
doc update Vs2015 -> VS2017, microsoft#1069
Browse files Browse the repository at this point in the history
  • Loading branch information
sytelus committed May 9, 2018
1 parent c66946c commit 9caaad8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Make sure your drone is initially located at the start position x=310.0 cm, y=11
## FAQ
#### Do I need any thing else on Windows?
VS2015 Upate 3 should have everything if you installed VC++ and Python. Otherwise you may need to install the Microsoft Visual C++ 9.0 from [http://aka.ms/vcpython27](http://aka.ms/vcpython27).
VS2017 should have everything if you installed VC++. To use APIs you will need Python 3.5 (install using Anaconda).
#### I get error on `import cv2`
We recommand [Anaconda](https://www.anaconda.com/download/) to get Python tools and libraries. Our code is tested with Python 3.5.3 :: Anaconda 4.4.0. This is important because older version have been known to have [problems](https://stackoverflow.com/a/45934992/207661). You can install OpenCV using `pip install opencv-python`.
Expand Down
2 changes: 1 addition & 1 deletion docs/unreal_blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Here are quick steps to get Blocks environment up and running:

1. Make sure you have [installed Unreal and built AirSim](build_windows.md).
2. Navigate to folder `AirSim\Unreal\Environments\Blocks` and run `update_from_git.bat`.
3. Double click on generated .sln file to open in Visual Studio 2015 Update 3 or newer.
3. Double click on generated .sln file to open in Visual Studio 2017 or newer.
4. Make sure `Blocks` project is the startup project, build configuration is set to `DebugGame_Editor` and `Win64`. Hit F5 to run.
5. Press the Play button in Unreal Editor and you will see something like in below video. Also see [how to use AirSim](https://github.com/Microsoft/AirSim/#how-to-use-it).

Expand Down

0 comments on commit 9caaad8

Please sign in to comment.