diff --git a/README.rst b/README.rst index 21f2982..6074eff 100644 --- a/README.rst +++ b/README.rst @@ -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 `_ 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 `_ and install them via: + :: + > pip install .whl Usage