mirror of
https://github.com/explosion/spaCy.git
synced 2025-10-28 14:41:14 +03:00
* Fix venv command examples The documentation refers to `venv`, which is native to Python3. However, the command examples are as if they were still `virtualenv`, which is a package independent of `venv`: - It doesn't need to be installed via `pip`. In fact `pip install venv` would return an error. - The correct way to invoke `venv` is `python3 -m venv`, not `venv`, which would return command not found. See https://docs.python.org/3/library/venv.html I suspect the documentation simply replaced all occurrences of `virtualenv` with `venv`. However they are different modules and are used differently. * Update comment [ci skip] |
||
|---|---|---|
| .. | ||
| _adding-languages | ||
| _deep-learning | ||
| _facts-figures | ||
| _install | ||
| _linguistic-features | ||
| _models | ||
| _processing-pipelines | ||
| _spacy-101 | ||
| _training | ||
| _v2 | ||
| _vectors-similarity | ||
| _visualizers | ||
| _data.json | ||
| _deep-learning.jade | ||
| adding-languages.jade | ||
| examples.jade | ||
| facts-figures.jade | ||
| index.jade | ||
| linguistic-features.jade | ||
| models.jade | ||
| processing-pipelines.jade | ||
| spacy-101.jade | ||
| training.jade | ||
| v2.jade | ||
| vectors-similarity.jade | ||
| visualizers.jade | ||