From 343fd2969d5c37799428f0b1fbc840667a2eb8a3 Mon Sep 17 00:00:00 2001 From: ines Date: Tue, 28 Nov 2017 20:35:39 +0100 Subject: [PATCH] Use python -m for spacy validate --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0ec363f3a..2bcfd343d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -57,7 +57,7 @@ even format them as Markdown to copy-paste into GitHub issues: * **Checking the model compatibility:** If you're having problems with a [statistical model](https://spacy.io/models), it may be because to the model is incompatible with your spaCy installation. In spaCy v2.0+, you can check -this on the command line by running `spacy validate`. +this on the command line by running `python -m spacy validate`. * **Sharing a model's output, like dependencies and entities:** spaCy v2.0+ comes with [built-in visualizers](https://spacy.io/usage/visualizers) that