Skip to content

Commit

Permalink
Merge d1eab56 into 8317041
Browse files Browse the repository at this point in the history
  • Loading branch information
jlusiardi committed Jan 21, 2019
2 parents 8317041 + d1eab56 commit 815c25b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,6 @@ python:
- "3.6"
before_install:
- sudo apt-get update
- sudo apt-get install -y libffi-dev build-essential python3-pip python3-dev
- pip install coveralls
script: coverage run -m unittest -v
after_success:
Expand Down
9 changes: 1 addition & 8 deletions README.md
Expand Up @@ -12,14 +12,7 @@ The code presented in this repository was created based on release R1 from 2017-

# Installation

The code relies on some C libraries so some development packages and a compiler are required:

So for debian:
```bash
apt install libffi-dev build-essential python3-pip python3-dev
```

After that use **pip3** to install the package:
Use **pip3** to install the package:

```bash
pip3 install --user homekit
Expand Down

0 comments on commit 815c25b

Please sign in to comment.