1
0
Fork 0

Mention themes on README

This commit is contained in:
Daniele Tricoli 2023-02-23 20:50:36 +01:00
parent 08b883f27f
commit c2f148e11f
1 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,11 @@ The best way to install freakble is using [pipx](https://pypa.github.io/pipx/):
$ pipx install freakble
```
For the GUI you can optionally install themes using:
```console
$ pipx install 'freakble["themes"]'
```
### Using pip
```console