diff --git a/docs/source/Introduction/installation.rst b/docs/source/Introduction/installation.rst index 9aef399..4aacbb2 100644 --- a/docs/source/Introduction/installation.rst +++ b/docs/source/Introduction/installation.rst @@ -7,11 +7,13 @@ Using pip: ---------- If you do not want to finetune the models, you can install the package without the finetune dependency: + .. code:: bash pip install -U FlagEmbedding If you want to finetune the models, you can install the package with the finetune dependency: + .. code:: bash pip install -U FlagEmbedding[finetune]