Skip to content

Commit

Permalink
updaed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nidhaloff committed Feb 16, 2023
1 parent 70dffe3 commit 001213c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,15 +130,19 @@ Install the stable release:
$ pip install -U deep-translator
$ poetry add deep-translator # for poetry usage
take a look at the docs if you want to install from source.

Also, you can install extras if you want support for specific use case. For example, translating Docx and PDF files

.. code-block:: console
$ pip install -U deep-translator[docx] # add support for docx translation
$ pip install deep-translator[docx] # add support for docx translation
$ pip install deep-translator[pdf] # add support for pdf translation
$ pip install -U deep-translator[pdf] # add support for pdf translation
$ poetry add deep-translator --extras "docx pdf" # for poetry usage
============
Quick Start
Expand Down

0 comments on commit 001213c

Please sign in to comment.