pip install -r requirements
python -m spacy download en_core_web_sm
NLTK is also required so for that purpose you can type python
on conda environment and hit enter than import nltk
and after that type nltk.download()
nltk GUI will be opened then choose all-nltk
for installation.