mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 01:16:28 +03:00
Small addition to MSVC readme
This commit is contained in:
parent
b6f8333cf1
commit
0c8e2f85f4
|
@ -9,5 +9,9 @@ Build steps:
|
|||
- pip install cython fabric fabtools
|
||||
- pip install -r requirements.txt
|
||||
- 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>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user