This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
spaCy
mirror of
https://github.com/explosion/spaCy.git
Watch
1
Star
1
Fork
You've already forked spaCy
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9be90dbca3
spaCy
/
bin
/
spacy
3 lines
32 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Adds script shebang (#4846)
2019-12-29 13:25:05 +00:00
#! /bin/sh
Add entry point-style auto alias for "spacy" Simplest way to run commands as spacy xxx instead of python -m spacy xxx, while avoiding environment conflicts
2017-08-09 10:17:30 +00:00
python -m spacy "$@"