From 828108a57f9237965e883abe8ea4002d64208fa4 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Thu, 31 Oct 2019 13:23:25 +0100 Subject: [PATCH] Update README.md [ci skip] --- README.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/README.md b/README.md index 473533422..99d66bb31 100644 --- a/README.md +++ b/README.md @@ -135,8 +135,7 @@ Thanks to our great community, we've finally re-added conda support. You can now install spaCy via `conda-forge`: ```bash -conda config --add channels conda-forge -conda install spacy +conda install -c conda-forge spacy ``` For the feedstock including the build recipe and configuration, check out @@ -214,16 +213,6 @@ doc = nlp("This is a sentence.") 📖 **For more info and examples, check out the [models documentation](https://spacy.io/docs/usage/models).** -### Support for older versions - -If you're using an older version (`v1.6.0` or below), you can still download and -install the old models from within spaCy using `python -m spacy.en.download all` -or `python -m spacy.de.download all`. The `.tar.gz` archives are also -[attached to the v1.6.0 release](https://github.com/explosion/spaCy/tree/v1.6.0). -To download and install the models manually, unpack the archive, drop the -contained directory into `spacy/data` and load the model via `spacy.load('en')` -or `spacy.load('de')`. - ## Compile from source The other way to install spaCy is to clone its