This repository was archived by the owner on May 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-23
lines changed Expand file tree Collapse file tree 1 file changed +3
-23
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,9 @@ Please ensure all dependencies are available on the CircuitPython filesystem.
2626This is easily achieved by downloading
2727`the Adafruit library and driver bundle <https://github.com/adafruit/Adafruit_CircuitPython_Bundle >`_.
2828
29+ **NOTE: ** This library is not supported for smaller non-Express boards like
30+ the Trinket M0, Gemma M0, etc.
31+
2932Usage Example
3033=============
3134
@@ -38,29 +41,6 @@ Contributions are welcome! Please read our `Code of Conduct
3841<https://github.com/adafruit/Adafruit_CircuitPython_Thermal_Printer/blob/master/CODE_OF_CONDUCT.md> `_
3942before contributing to help this project stay welcoming.
4043
41- Building locally
42- ================
43-
44- To build this library locally you'll need to install the
45- `circuitpython-build-tools <https://github.com/adafruit/circuitpython-build-tools >`_ package.
46-
47- .. code-block :: shell
48-
49- python3 -m venv .env
50- source .env/bin/activate
51- pip install circuitpython-build-tools
52-
53- Once installed, make sure you are in the virtual environment:
54-
55- .. code-block :: shell
56-
57- source .env/bin/activate
58-
59- Then run the build:
60-
61- .. code-block :: shell
62-
63- circuitpython-build-bundles --filename_prefix adafruit_circuitpython_thermal_printer --library_location .
6444
6545Sphinx documentation
6646-----------------------
You can’t perform that action at this time.
0 commit comments