Skip to content

Commit

Permalink
Merge pull request #98 from jlusiardi/optimize_requirement
Browse files Browse the repository at this point in the history
Optimize requirements
  • Loading branch information
jlusiardi authored Jan 21, 2019
2 parents 4fc9196 + d1eab56 commit e80c588
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 e80c588

Please sign in to comment.