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
ines
14148cd147
Fix formatting and wording
2018-05-07 21:24:35 +02:00
Suraj Rajan
5957f15227
Fixed typos for #2222,#2223 ( #2233 ) ( closes #2222 , closes #2223 )
2018-04-18 14:55:26 -07:00
Ines Montani
e0ae390607
Update CONTRIBUTING.md
2018-03-27 13:47:00 +02:00
Kevin Humphreys
b236e5db97
add fork to instructions
2018-01-03 13:00:36 -08:00
mpuels
5dcf0c1811
doc: Fix typo
2017-12-20 17:21:29 +01:00
Ines Montani
c2159c77c5
Update CONTRIBUTING.md
2017-12-17 15:27:04 +01:00
ines
343fd2969d
Use python -m for spacy validate
2017-11-28 20:35:39 +01:00
Ines Montani
94d8b711a3
Update CONTRIBUTING.md
2017-11-12 12:06:59 +01:00
Mathias Deschamps
369901759d
Fix broken link
...
Link for SLA template was broken
2017-11-09 12:00:25 +01:00
ines
a09c096d3c
Get docs ready for v2.0.0
2017-11-07 12:00:43 +01:00
ines
30aa5397f3
Rewrite contributing guide
2017-11-04 14:24:39 +01:00
ines
76ebd0fe5c
Update CONTRIBUTING.md
2017-05-07 18:37:36 +02:00
Ines Montani
ade920c30f
Update CONTRIBUTING.md
2017-04-23 12:09:35 +02:00
Ines Montani
275fc9f78a
Update CONTRIBUTING.md
2017-04-19 12:09:10 +02:00
Matthew Honnibal
b763e9b66d
Add note about variable naming
2017-04-19 12:00:12 +02:00
Ines Montani
9d4624d372
Update CONTRIBUTING.md
2017-04-08 13:35:52 +02:00
Ines Montani
232cbd4f60
Update CONTRIBUTING.md
2017-04-08 13:26:48 +02:00
Matthew Honnibal
f5246831bb
Add code contribution guidelines
2017-04-08 12:56:46 +02:00
Ines Montani
82a4ee6c47
Update CONTRIBUTING.md
2017-03-20 12:25:53 +01:00
Ines Montani
cb082677aa
Update CONTRIBUTING.md
2017-03-20 12:25:21 +01:00
Ines Montani
dae0701bbd
Fix typo
2017-03-11 16:43:51 +01:00
Ines Montani
f81b985f7f
Update CONTRIBUTING.md
2017-02-24 20:07:05 +01:00
Ines Montani
29adbef095
Update CONTRIBUTING.md
2017-02-18 14:34:03 +01:00
Ines Montani
9c04d97e22
Update CONTRIBUTING.md
2017-02-18 12:47:41 +01:00
Ines Montani
a3a3796ecd
Update CONTRIBUTING.md
2017-02-18 12:42:35 +01:00
Ines Montani
936de72ffc
Update CONTRIBUTING.md
2017-02-18 12:42:11 +01:00
Ines Montani
724e51ed47
Update CONTRIBUTING.md
2017-02-17 14:07:48 +01:00
Ines Montani
b0ccf32378
Update CONTRIBUTING.md
2017-02-09 16:27:31 +01:00
Ines Montani
fb482ff049
Fix typo
2017-01-16 21:30:23 +01:00
Ines Montani
c77698af25
Update CONTRIBUTING.md
2017-01-14 21:02:35 +01:00
Ines Montani
8dcb1c183d
Update CONTRIBUTING.md
2017-01-14 21:01:46 +01:00
Ines Montani
d12dabb8bc
Update CONTRIBUTING.md
2017-01-13 15:51:22 +01:00
Ines Montani
155a7b4bea
Update CONTRIBUTING.md
2017-01-13 15:25:05 +01:00
Ines Montani
b592b98a5a
Update contributing guidelines to add info on tests
2017-01-13 15:23:58 +01:00
Ines Montani
01c2daf0c9
Update CONTRIBUTING.md
2017-01-13 11:27:18 +01:00
Ines Montani
57fab43a3a
Add info on language-specific issue labels
2017-01-09 00:42:25 +01:00
Ines Montani
592a1398ed
Update CONTRIBUTING.md
2016-12-18 18:09:33 +01:00
Ines Montani
2c1d9e407c
Add contributor agreement section
2016-11-09 17:27:47 +01:00
Ines Montani
660c3268c1
Mention regression tests in "Issues & bug reports"
2016-11-08 00:04:46 +01:00
Ines Montani
2329adf891
Fix typo
2016-11-02 21:34:56 +01:00
Ines Montani
5fa19806eb
Add logo
2016-11-02 17:46:04 +01:00
Ines Montani
fafd4bbb42
Add CONTRIBUTING.md
2016-11-02 17:45:16 +01:00