4 .. image:: https://readthedocs.org/projects/adafruit-blinka-blinka-displayio/badge/?version=latest
 
   5     :target: https://circuitpython.readthedocs.io/projects/displayio/en/latest/
 
   6     :alt: Documentation Status
 
   8 .. image:: https://img.shields.io/discord/327254708534116352.svg
 
   9     :target: https://discord.gg/nBQh6qu
 
  12 .. image:: https://github.com/adafruit/Adafruit_blinka_CircuitPython_displayio/workflows/Build%20CI/badge.svg
 
  13     :target: https://github.com/adafruit/Adafruit_blinka_CircuitPython_displayio/actions
 
  16 .. image:: https://img.shields.io/badge/code%20style-black-000000.svg
 
  17     :target: https://github.com/psf/black
 
  18     :alt: Code Style: Black
 
  25 This driver depends on:
 
  27 * `Adafruit Blinka <https://github.com/adafruit/Adafruit_Blinka>`_
 
  32 On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
 
  33 PyPI <https://pypi.org/project/adafruit-blinka-displayio/>`_. To install for current user:
 
  37     pip3 install adafruit-blinka-displayio
 
  39 To install system-wide (this may be required in some cases):
 
  43     sudo pip3 install adafruit-blinka-displayio
 
  45 To install in a virtual environment in your current project:
 
  49     mkdir project-name && cd project-name
 
  51     source .env/bin/activate
 
  52     pip3 install adafruit-blinka-displayio
 
  57 Contributions are welcome! Please read our `Code of Conduct
 
  58 <https://github.com/adafruit/Adafruit_blinka_CircuitPython_displayio/blob/master/CODE_OF_CONDUCT.md>`_
 
  59 before contributing to help this project stay welcoming.
 
  64 For information on building library documentation, please check out `this guide <https://learn.adafruit.com/creating-and-sharing-a-blinka-library/sharing-our-docs-on-readthedocs#sphinx-5-1>`_.