## Quick start ### Install To install lite version (`AcrylicLabel` is not available) use pip: ```shell pip install PyQt-Fluent-Widgets ``` Or install full-featured version use pip: ```shell pip install "PyQt-Fluent-Widgets[full]" ``` ### Run example After installing PyQt-Fluent-Widgets package using pip, you can run any demo in the examples directory, for example: ```python cd examples/gallery python demo.py ```