Skip to content

Commit e7c306d

Browse files
author
Hugo Osvaldo Barrera
committed
Give the README a final polish
1 parent e0961c0 commit e7c306d

File tree

1 file changed

+20
-15
lines changed

1 file changed

+20
-15
lines changed

README.rst

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,37 +14,42 @@ Please report any bugs at https://github.com/WhyNotHugo/python-barcode/issues
1414
Requirements
1515
------------
1616

17-
- Setuptools/distribute for installation (new in version 0.7beta4)
18-
- Python 3.5 or above
19-
- Program to open SVG objects (your browser should do it)
20-
- Optional: PIL to render barcodes as images (PNG, JPG, ...)
17+
- Setuptools/distribute for installation.
18+
- Python 3.5 or above
19+
- Program to open SVG objects (your browser should do it)
20+
- Optional: PIL to render barcodes as images (PNG, JPG, ...)
2121

2222

2323
Installation
2424
------------
2525

26-
Make sure you have setuptools/distribute installed.
27-
28-
Unpack the downloaded file, cd into the pyBarcode directory and run
29-
``python setup.py install``. Or just copy the barcode dir somewhere in
30-
your PYTHONPATH.
31-
3226
The best way is to use pip: ``pip install python-barcode``.
3327

28+
You can also install manually by downloading the tarball, extracting it, and
29+
running ``python setup.py install``.
30+
3431

3532
Provided Barcodes
3633
-----------------
3734

38-
EAN-8, EAN-13, EAN-14, UPC-A, JAN, ISBN-10, ISBN-13, ISSN, Code 39, Code 128, PZN
35+
* EAN-8
36+
* EAN-13
37+
* EAN-14
38+
* UPC-A
39+
* JAN
40+
* ISBN-10
41+
* ISBN-13
42+
* ISSN
43+
* Code 39
44+
* Code 128
45+
* PZN
3946

4047

4148
Todo
4249
----
4350

44-
- Add documentation
45-
- Add more codes
46-
- Improve Python 3 support
47-
- Add simple GUI
51+
- Add documentation
52+
- Add more codes
4853

4954
Usage
5055
-----

0 commit comments

Comments
 (0)