Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize requirements #98

Merged
merged 2 commits into from
Jan 21, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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