Small addition to MSVC readme

This commit is contained in:
maxirmx 2015-10-25 23:05:11 +03:00
parent b6f8333cf1
commit 0c8e2f85f4

View File

@ -10,4 +10,8 @@ Build steps:
- pip install -r requirements.txt - pip install -r requirements.txt
- python setup.py build_ext --inplace - python setup.py build_ext --inplace
If you are using traditional Microsoft SDK (v7.0 for Python 2.x or v7.1 for Python 3.x) consider run_with_env.cmd from appveyor folder (submodule) as a guideline for environment setup.
It can be also used as shell conviguration script for your build, install and run commands, i.e.: cmd /E:ON /V:ON /C run_with_env.cmd <your command>