mirror of https://github.com/explosion/spaCy.git
get mingw32 to work
This commit is contained in:
parent
0e321a7105
commit
e4ec132b00
2
venv.ps1
2
venv.ps1
|
@ -1,7 +1,7 @@
|
||||||
param (
|
param (
|
||||||
[string]$python = $(throw "-python is required."),
|
[string]$python = $(throw "-python is required."),
|
||||||
[string]$install_mode = $(throw "-install_mode is required."),
|
[string]$install_mode = $(throw "-install_mode is required."),
|
||||||
[string]$pip_date
|
[string]$pip_date,
|
||||||
[string]$compiler
|
[string]$compiler
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue