mirror of
				https://github.com/python-escpos/python-escpos
				synced 2025-10-23 09:30:00 +00:00 
			
		
		
		
	558 improve capabilities handling (#562)
* add handling for missing capabilities file * improve documentation * Update doc/user/installation.rst
This commit is contained in:
		| @@ -29,6 +29,20 @@ The following installation options exist: | ||||
|  * `win32`: install packages required for win32 printing (only Windows) | ||||
|  * `cups`: install packages required for CUPS printing | ||||
|  | ||||
| Other installation methods | ||||
| -------------------------- | ||||
| Officially, no other installation methods are supplied. | ||||
|  | ||||
| If you want to install nevertheless from another source, | ||||
| please make sure that you have received the correct package | ||||
| and that the capabilities data is properly integrated. | ||||
| When packaging from source please read the developer | ||||
| information in :ref:`developer-manual-repository`. | ||||
|  | ||||
| If your packaging method breaks the resource system from setuptools, | ||||
| it might be necessary to supply the path to the capabilities file: | ||||
| :ref:`advanced-usage-change-capabilities-profile`. | ||||
|  | ||||
| Setup udev for USB-Printers | ||||
| --------------------------- | ||||
| 1. Get the *Product ID* and *Vendor ID* from the lsusb command | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Patrick Kanzler
					Patrick Kanzler