DeepPavlov icon indicating copy to clipboard operation
DeepPavlov copied to clipboard

Requirements installation

Open dilyararimovna opened this issue 5 years ago • 1 comments

Hello!

Now installation of additional requirements can be done either through python -m deeppavlov install <config-name> or pip install -r DeepPavlov/deeppavlov/requirements/fasttext.txt. This variant is not appropriate when you installed library with pip and trying to use it from python.

So, it would be nice to make the following: python -m deeppavlov.requirements shows available requirements, python -m deeppavlov.requiremets tf-gpu spacy gensim installs additional listed requirements from corresponding files in DeepPavlov/deeppavlov/requirements/ folder.

Thank you in advance.

dilyararimovna avatar Jun 19 '19 12:06 dilyararimovna

Turned out to be relevant because of the python pipelines

IgnatovFedor avatar Apr 05 '22 07:04 IgnatovFedor