From 9124560b316f6b678c6410e8cc4b453c59986f9a Mon Sep 17 00:00:00 2001 From: PhilipMay Date: Mon, 1 Jan 2024 21:33:13 +0100 Subject: [PATCH] Update README.md with installation instructions for optional dependencies --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 293c7e2..15d5be4 100644 --- a/README.md +++ b/README.md @@ -24,13 +24,9 @@ It can be installed with pip: pip install mltb2 ``` -Some optional dependencies might be necessary. You can install all of them with: - -```bash -pip install mltb2[files,fasttext,optuna,plot,somajo,transformers,somajo_transformers,openai] -``` - -If you don't want to install all dependencies, see +For many modules optional dependencies are necessary. +Those optional dependencies must be installed when you want to use the module. +To install those module specific dependencies see [the description of the individual modules](https://telekom.github.io/mltb2/api-reference.html). ## Licensing