💾 Installation¶
From a Package Manager¶
python -m pip install -U thermalprinter
From Sources¶
Alternatively, you can get a copy of the module from GitHub.
Clone the repository:
git clone --depth=1 https://github.com/BoboTiG/thermalprinter.git
cd thermalprinter
Install the module:
python -m pip install -e .