This repository was archived by the owner on May 16, 2023. It is now read-only.
File tree 1 file changed +3
-23
lines changed 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.
26
26
This is easily achieved by downloading
27
27
`the Adafruit library and driver bundle <https://github.com/adafruit/Adafruit_CircuitPython_Bundle >`_.
28
28
29
+ **NOTE: ** This library is not supported for smaller non-Express boards like
30
+ the Trinket M0, Gemma M0, etc.
31
+
29
32
Usage Example
30
33
=============
31
34
@@ -38,29 +41,6 @@ Contributions are welcome! Please read our `Code of Conduct
38
41
<https://github.com/adafruit/Adafruit_CircuitPython_Thermal_Printer/blob/master/CODE_OF_CONDUCT.md> `_
39
42
before contributing to help this project stay welcoming.
40
43
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 .
64
44
65
45
Sphinx documentation
66
46
-----------------------
You can’t perform that action at this time.
0 commit comments