Skip to content

Commit

Permalink
[Docs] conda install doc (#1482)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixdittrich92 authored Feb 29, 2024
1 parent 15d0dbf commit aae1087
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/source/getting_started/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,17 @@ We strive towards reducing framework-specific dependencies to a minimum, but som
pip install "python-doctr[torch]"
Via Conda
=========

Install the last stable release of the package using `conda <https://docs.conda.io/en/latest/>`_:

.. code:: bash
conda config --set channel_priority strict
conda install -c techMindee -c pypdfium2-team -c bblanchon -c conda-forge python-doctr
Via Git
=======

Expand Down

0 comments on commit aae1087

Please sign in to comment.