I have one more issue, I basically need to install...
# general
b
I have one more issue, I basically need to install this model as a dependency
<https://spacy.io/models/en#en_core_web_sm>
. but the docs mentioned it to download with
python3 -m spacy download en_core_web_sm
. how do i convert this into requirements.txt?