mirror of https://github.com/explosion/spaCy.git
fix weird windows ssl issues
This commit is contained in:
parent
d097055dfa
commit
b3680707f2
2
build.sh
2
build.sh
|
@ -13,6 +13,8 @@ fi
|
||||||
|
|
||||||
# install
|
# install
|
||||||
pip install -U pip
|
pip install -U pip
|
||||||
|
pip install pyopenssl ndg-httpsclient pyasn1
|
||||||
|
|
||||||
python pip-date.py $2 pip setuptools wheel six
|
python pip-date.py $2 pip setuptools wheel six
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
if [[ "$3" == "pip" ]]; then
|
if [[ "$3" == "pip" ]]; then
|
||||||
|
|
Loading…
Reference in New Issue