DOC improve documentation
* fixes #73 * links now to readthedocs instead of Wiki
This commit is contained in:
parent
2aafc34ae1
commit
ce0b0d5ba3
2
README
2
README
|
@ -27,7 +27,7 @@ carriage alignment.
|
||||||
2. Documentation
|
2. Documentation
|
||||||
|
|
||||||
Please visit project documentation at:
|
Please visit project documentation at:
|
||||||
https://github.com/manpaz/python-escpos/wiki
|
https://python-escpos.readthedocs.org/en/latest
|
||||||
|
|
||||||
------------------------------------------------------------------
|
------------------------------------------------------------------
|
||||||
3. Donations
|
3. Donations
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
[Dolphin]
|
|
||||||
HeaderColumnWidths=270,74,108
|
|
||||||
Timestamp=2015,12,27,17,3,8
|
|
||||||
Version=3
|
|
||||||
ViewMode=1
|
|
|
@ -54,8 +54,8 @@ Installation
|
||||||
If you have installed pyusb for libusb-1.0 then you need to:
|
If you have installed pyusb for libusb-1.0 then you need to:
|
||||||
|
|
||||||
1. Download the latest file
|
1. Download the latest file
|
||||||
1. Decompress the file
|
2. Decompress the file
|
||||||
1. Install the library
|
3. Install the library
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue