spaCy/.github
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
..
ISSUE_TEMPLATE Order issue templates 2018-05-04 03:04:41 +02:00
contributors Fix venv command examples (#2560) [ci skip] 2018-07-18 10:31:24 +02:00
CONTRIBUTOR_AGREEMENT.md Restore contributor agreement 2018-03-31 14:06:37 +02:00
ISSUE_TEMPLATE.md Update ISSUE_TEMPLATE.md 2017-03-18 22:01:54 +01:00
PULL_REQUEST_TEMPLATE.md Update pull request template 2017-10-24 21:49:11 +02:00
lock.yml Add lock-threads configuration [ci skip] 2018-05-07 18:54:22 +02:00
no-response.yml Add config for no-response [ci skip] 2018-05-07 22:04:54 +02:00