Skip to content

How to Install CoshUI

Thanks for wanting to try out CoshUI! Let's make this installation quick, shall we?

To install CoshUI's core, do:

pip install coshui

Choose Your Backend

CoshUI is backend-agnostic, meaning it uses different frameworks to render its UI structure. To use those backends, you need to download their dependencies, those include:

pip install -U coshui[pygame]
pip install -U coshui[raylib]

Upgrade

It's good practice to add -U when installing just so you update to the absolute latest. Especially in version 0.2.4 where updates are frequent.

For more info about backends, check out the backend section.


Your First UI

Once you're done installing CoshUI and your required dependency, proceed to this section.