If you're forking the repo to develop the project as your own and not just to send back a PR, follow these steps.
- Install Docker.
- If you are generating documentation or testing the spec, install node.js.
- Clone the repository using one of the following methods.
- SSH:
git clone git@github.com:neelkamath/spacy-server.git
- HTTPS:
git clone https://github.com/neelkamath/spacy-server.git
- SSH:
- If you are not going to use sense2vec, skip this step. Download the pretrained vectors. Extract it into the project's
src
directory.