Skip to content

Commit

Permalink
Update installing.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
felixdittrich92 authored Mar 16, 2022
1 parent ecb3cd2 commit 5a76bc7
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[tensorflow]
pip install "python-doctr[tf]"
.. tab:: PyTorch

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

0 comments on commit 5a76bc7

Please sign in to comment.