spaCy/website/usage
Xiang Ji 19a5ef1c58 Fix venv command examples (#2560) [ci skip]
* 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]
2018-07-18 10:31:24 +02:00
..
_adding-languages Fix formatting and wording 2018-05-07 21:24:35 +02:00
_deep-learning
_facts-figures Note CoreNLP tokenizer correction on website 2018-07-02 11:35:31 +02:00
_install Fix venv command examples (#2560) [ci skip] 2018-07-18 10:31:24 +02:00
_linguistic-features Fix HTML merger examples (see #2390) 2018-05-30 12:22:32 +02:00
_models Fix formatting and wording 2018-05-07 21:24:35 +02:00
_processing-pipelines 💫 Interactive code examples, spaCy Universe and various docs improvements (#2274) 2018-04-29 02:06:46 +02:00
_spacy-101 adding a missing apostrophe (#2436) 2018-06-11 17:47:24 +02:00
_training fix UD data file extensions (#2425) 2018-06-08 14:26:11 +02:00
_v2 💫 Interactive code examples, spaCy Universe and various docs improvements (#2274) 2018-04-29 02:06:46 +02:00
_vectors-similarity Update _custom.jade (#2372) 2018-05-26 18:17:12 +02:00
_visualizers fix wrong documentations (#2423) 2018-06-11 00:21:06 +02:00
_data.json Add docs section on sentence segmentation [ci skip] 2018-05-07 21:25:20 +02:00
_deep-learning.jade Update website for v2.0 2017-11-07 14:48:17 +01:00
adding-languages.jade Remove old link 2017-11-09 15:34:12 +01:00
examples.jade 💫 Interactive code examples, spaCy Universe and various docs improvements (#2274) 2018-04-29 02:06:46 +02:00
facts-figures.jade
index.jade Update website 2017-11-08 01:06:30 +01:00
linguistic-features.jade Add docs section on sentence segmentation [ci skip] 2018-05-07 21:25:20 +02:00
models.jade Update v2 details 2017-11-06 21:15:36 +01:00
processing-pipelines.jade 💫 Interactive code examples, spaCy Universe and various docs improvements (#2274) 2018-04-29 02:06:46 +02:00
spacy-101.jade 💫 Interactive code examples, spaCy Universe and various docs improvements (#2274) 2018-04-29 02:06:46 +02:00
training.jade Update training docs 2017-11-07 01:06:31 +01:00
v2.jade Get docs ready for v2.0.0 2017-11-07 12:00:43 +01:00
vectors-similarity.jade 💫 Interactive code examples, spaCy Universe and various docs improvements (#2274) 2018-04-29 02:06:46 +02:00
visualizers.jade Update visualizers docs and add submenu 2017-10-03 19:40:39 +02:00