so in `requirements.txt` we have something like this ``` spacy>=3.5.0 ``` also question to our python heads, shouldn't there be a `setup.py` in the root folder here? should we provide `venv` instructions?
so in
requirements.txtwe have something like thisalso question to our python heads, shouldn't there be a
setup.pyin the root folder here? should we providevenvinstructions?