Nidhal Baccouri
commited on
Commit
·
001213c
1
Parent(s):
70dffe3
updaed readme
Browse files- docs/README.rst +6 -2
docs/README.rst
CHANGED
@@ -130,15 +130,19 @@ Install the stable release:
|
|
130 |
|
131 |
$ pip install -U deep-translator
|
132 |
|
|
|
|
|
133 |
take a look at the docs if you want to install from source.
|
134 |
|
135 |
Also, you can install extras if you want support for specific use case. For example, translating Docx and PDF files
|
136 |
|
137 |
.. code-block:: console
|
138 |
|
139 |
-
$ pip install
|
|
|
|
|
140 |
|
141 |
-
$
|
142 |
|
143 |
============
|
144 |
Quick Start
|
|
|
130 |
|
131 |
$ pip install -U deep-translator
|
132 |
|
133 |
+
$ poetry add deep-translator # for poetry usage
|
134 |
+
|
135 |
take a look at the docs if you want to install from source.
|
136 |
|
137 |
Also, you can install extras if you want support for specific use case. For example, translating Docx and PDF files
|
138 |
|
139 |
.. code-block:: console
|
140 |
|
141 |
+
$ pip install deep-translator[docx] # add support for docx translation
|
142 |
+
|
143 |
+
$ pip install deep-translator[pdf] # add support for pdf translation
|
144 |
|
145 |
+
$ poetry add deep-translator --extras "docx pdf" # for poetry usage
|
146 |
|
147 |
============
|
148 |
Quick Start
|