⚙️ Installation#

Clinguin requires a Python version between 3.8 and 3.10 (recommended 3.10).

You can check a successful installation by running

$ clinguin -h

Installing with pip#

The Python Clinguin package can be found here.

$ pip install clinguin

Note

If you wish to use Tkinter instead of Angular (discouraged), install as follows.

$ pip install clinguin[tkinter]