Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

Commit 47c2381

Browse files
authored
Merge pull request #10 from caternuson/README_update
README update
2 parents 3b661b0 + 66d498a commit 47c2381

File tree

1 file changed

+3
-23
lines changed

1 file changed

+3
-23
lines changed

README.rst

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ Please ensure all dependencies are available on the CircuitPython filesystem.
2626
This 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+
2932
Usage 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>`_
3942
before 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

6545
Sphinx documentation
6646
-----------------------

0 commit comments

Comments
 (0)