Installation#

You can install adorable from PyPI or directly from the GitHub repository.

pip#

pip install adorable
# the following installs documentation build dependencies too
pip install adorable[docs]

GitHub#

gh repo clone phoenixr-codes/adorable
cd adorable
pip install .
# the following installs documentation build dependencies too
gh repo clone phoenixr-codes/adorable
cd adorable
pip install .[docs]