mirror of https://github.com/explosion/spaCy.git
Update Makefile
This commit is contained in:
parent
2ec2192000
commit
3c3020fccc
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
||||||
SHELL := /bin/bash
|
SHELL := /bin/bash
|
||||||
sha = $(shell "git" "rev-parse" "--short" "HEAD")
|
sha = $(shell "git" "rev-parse" "--short" "HEAD")
|
||||||
|
|
||||||
dist/spacy.pex : spacy/*.pyx spacy/*.pxd spacy/*/*.pyx spacy/*/*.pxd
|
dist/spacy.pex : spacy/*.py* spacy/*/*.py*
|
||||||
python3.6 -m venv env3.6
|
python3.6 -m venv env3.6
|
||||||
source env3.6/bin/activate
|
source env3.6/bin/activate
|
||||||
env3.6/bin/pip install wheel
|
env3.6/bin/pip install wheel
|
||||||
|
|
Loading…
Reference in New Issue