You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
417 B

## 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
```