From b236e5db97f09b685fc001abbe8131d6211851f0 Mon Sep 17 00:00:00 2001 From: Kevin Humphreys Date: Wed, 3 Jan 2018 13:00:36 -0800 Subject: [PATCH] add fork to instructions --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 63dde7834..0c0ba3144 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -150,7 +150,7 @@ recipes, that does provide some argument for bringing it "in house". ### Getting started -To make changes to spaCy's code base, you need to clone the GitHub repository +To make changes to spaCy's code base, you need to fork then clone the GitHub repository and build spaCy from source. You'll need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, [pip](https://pip.pypa.io/en/latest/installing/),