I use Spyder with Anaconda. SpaCy is a standard module and installs just fine. But there is no standard way to add the models.
Simply putting them in the spacy/data directory as is suggested on some sites does not work.
It results in the following error:
FileNotFoundError: [Errno 2] No such file or directory: '/Users/username/anaconda/anaconda3/lib/python3.6/site-packages/spacy/data/en_core_web_sm/en_core_web_sm-2.1.0a0/parser/tok2vec_model'