Installation¶
From PyPI¶
Installation from the Python Package Index should work via:
pip install pin-pink
From source¶
If installation from PyPI doesn’t work, for instance on Raspberry Pi, install the following dependencies from source:
Then install Pink by:
pip install --no-deps pin-pink
Or by copying its source directory somewhere in your PYTHONPATH
.