Skip to content

Commit

Permalink
fixed rst errors detected by checkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
sirfz committed Aug 13, 2018
1 parent fe4e719 commit d97acc0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,22 +77,31 @@ Tested on Linux and BSD/MacOS

Windows
-------

The proposed downloads consist of stand-alone packages containing all the Windows libraries needed for execution. This means that no additional installation of tesseract is required on your system.

Conda
`````

You can use the channel `simonflueckiger <https://anaconda.org/simonflueckiger/tesserocr>`_ to install from Conda:

::

> conda install -c simonflueckiger tesserocr

or to get **tesserocr** compiled with **tesseract 4.0.0**:

::

> conda install -c simonflueckiger/label/tesseract-4.0.0-master tesserocr

pip
```

Download the wheel file corresponding to your Windows platform and Python installation from `simonflueckiger/tesserocr-windows_build/releases <https://github.com/simonflueckiger/tesserocr-windows_build/releases>`_ and install them via:

::

> pip install <package_name>.whl

Usage
Expand Down

0 comments on commit d97acc0

Please sign in to comment.