what to do with non-pip requirement in requirements.txt
问题 So I recently moved my NLP application over to a new machine. Added the same python environment with pyenv as the old machine and installed with pip all the dependencies. Then there was a 'dependency' of sorts that is not installed by pip, maybe 'model' is a better word for it. The command that installed it is: python -m spacy.en.download Now, I'm wanting to note that somewhere in my repository so if one day I or someone else goes to install the whole thing on another PC it's there, noted in