/ README.md
README.md
1 adafruit-blinka-neopixel-pi5 2 ============================ 3 4 | CI | status | 5 |----------------------|--------| 6 | pip builds | [![Pip Actions Status][actions-pip-badge]][actions-pip-link] | 7 | [`cibuildwheel`][] | [![Wheels Actions Status][actions-wheels-badge]][actions-wheels-link] | 8 9 [actions-badge]: https://github.com/adafruit/Adafruit_Blinka_Raspberry_Pi5_Neopixel/workflows/Tests/badge.svg 10 [actions-pip-link]: https://github.com/adafruit/Adafruit_Blinka_Raspberry_Pi5_Neopixel/actions?query=workflow%3A%22Pip 11 [actions-pip-badge]: https://github.com/adafruit/Adafruit_Blinka_Raspberry_Pi5_Neopixel/workflows/Pip/badge.svg 12 [actions-wheels-link]: https://github.com/adafruit/Adafruit_Blinka_Raspberry_Pi5_Neopixel/actions?query=workflow%3AWheels 13 [actions-wheels-badge]: https://github.com/adafruit/Adafruit_Blinka_Raspberry_Pi5_Neopixel/workflows/Wheels/badge.svg 14 15 Installation 16 ------------ 17 18 Installing from source: 19 20 - clone this repository 21 - `pip install ./Adafruit_Blinka_Raspberry_Pi5_Neopixel` 22 23 Installing from pip: 24 25 - `pip install Adafruit-Blinka-Raspberry-Pi5-Neopixel` 26 27 Building the documentation 28 -------------------------- 29 30 Documentation for the example project is generated using Sphinx. Sphinx has the 31 ability to automatically inspect the signatures and documentation strings in 32 the extension module to generate beautiful documentation in a variety formats. 33 The following command generates HTML-based reference documentation; for other 34 formats please refer to the Sphinx manual: 35 36 - `cd Adafruit_Blinka_Raspberry_Pi5_Neopixel/docs` 37 - `make html` 38 39 License 40 ------- 41 42 adafruit-blinka-neopixel-pi5 is provided under the GPL-2-only license that can be found in the LICENSE 43 file. By using, distributing, or contributing to this project, you agree to the 44 terms and conditions of this license. 45 46 [`cibuildwheel`]: https://cibuildwheel.readthedocs.io