Skip to content

Commit

Permalink
OS dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dgomes committed Apr 18, 2022
1 parent e1dccef commit e795c40
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 0 additions & 1 deletion Debian_Ubuntu.txt

This file was deleted.

10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ This daemon relies in [python-dali](https://github.com/sde1000/python-dali) so a

## How to use

#### Install Operating System Dependencies

#### Ubuntu/Debian/Raspian

This is actually a python dependency, but will pull libhdiapi as a dependency

```bash
sudo apt-get install python3-hid
```

### Create a Virtual Environment (recommended) and install the requirements
```bash
python3 -m venv venv
Expand Down

0 comments on commit e795c40

Please sign in to comment.