Installation

Supported versions

  • Python 3.5+

Dependencies

Installation

Please see the garden docs for full installation instructions.

Install last zbarcam release from PyPI with:

pip install --upgrade zbarcam

Or develop branch directly from github with:

pip install https://github.com/kivy-garden/zbarcam/archive/develop.zip

You can also automatically install it using garden’s pypi server with:

python -m pip install zbarcam --extra-index-url https://kivy-garden.github.io/simple/

You can permanently add our garden server to your pip.conf so that you don’t have to specify it with --extra-index-url:

[global]
timeout = 60
index-url = https://kivy-garden.github.io/simple/