Skip to content

Commit

Permalink
Update installing.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
felixdittrich92 authored Apr 27, 2022
1 parent 7f4afff commit 07f4132
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/getting_started/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ We strive towards reducing framework-specific dependencies to a minimum, but som

.. code:: bash
pip install python-doctr[tf]
pip install python-doctr[tensorflow]
.. tab:: PyTorch

.. code:: bash
pip install python-doctr[torch]
pip install python-doctr[pytorch]
Via Git
Expand Down

0 comments on commit 07f4132

Please sign in to comment.