Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ it.
* [requests](https://github.com/kennethreitz/requests) 2.10 or later
* Hue bridge (tested with the first generation only)

#### Requirements installation for Debian based distributions

You will need following packages installed prior to running [installation (build)](https://github.com/craigcabrey/luminance#installing) on Debian Linux based distributions (Ubuntu, Elementary, Mint, Kali and etc ...)

```
sudo apt install autoconf autogen build-essential python-gi-dev libgtk-3-dev gsettings-desktop-schemas-dev libgnome-desktop-3-dev libxml2-utils && pip3 install phue
```

### Installing

1. Clone this repository.
Expand Down