diff --git a/README.rst b/README.rst index 20b8b54..a9b7615 100644 --- a/README.rst +++ b/README.rst @@ -26,6 +26,9 @@ Please ensure all dependencies are available on the CircuitPython filesystem. This is easily achieved by downloading `the Adafruit library and driver bundle `_. +**NOTE:** This library is not supported for smaller non-Express boards like +the Trinket M0, Gemma M0, etc. + Usage Example ============= @@ -38,29 +41,6 @@ Contributions are welcome! Please read our `Code of Conduct `_ before contributing to help this project stay welcoming. -Building locally -================ - -To build this library locally you'll need to install the -`circuitpython-build-tools `_ package. - -.. code-block:: shell - - python3 -m venv .env - source .env/bin/activate - pip install circuitpython-build-tools - -Once installed, make sure you are in the virtual environment: - -.. code-block:: shell - - source .env/bin/activate - -Then run the build: - -.. code-block:: shell - - circuitpython-build-bundles --filename_prefix adafruit_circuitpython_thermal_printer --library_location . Sphinx documentation -----------------------