Skip to content

Commit

Permalink
[IMP] Now we use python-barcode instead of viivakoodi (cf OCA#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvinh committed Aug 13, 2019
1 parent 3df60fd commit ef6b1f7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
7 changes: 3 additions & 4 deletions barcodes_generator_abstract/README.rst
Expand Up @@ -31,11 +31,10 @@ With this module, it is possible to:
Installation
============

This module use an extra python library named 'viivakoodi' you should install
to make barcode generation works properly. 'viivakoodi' is a more active for of
'pyBarcode'.
This module use an extra python library named 'python-barcode' you should install
to make barcode generation works properly.

``sudo pip install viivakoodi``
``sudo pip install python-barcode``

Configuration
=============
Expand Down
Expand Up @@ -15,7 +15,7 @@
try:
import barcode
except ImportError:
_logger.debug("Cannot import 'viivakoodi' python library.")
_logger.debug("Cannot import 'python-barcode' python library.")
barcode = None


Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
@@ -1,2 +1 @@
# viivakoodi is a fork of pyBarcode
viivakoodi
python-barcode

0 comments on commit ef6b1f7

Please sign in to comment.