https://www.anaconda.com/distribution/#download-section
conda create --name nlp_env python=3.6
conda activate nlp_env
conda install --file requirements.txt file attached in resouces
conda install --file requirements.txt
jupyter notebook
import spacy
print(spacy.__version__)