Skip to content

Commit

Permalink
mention pyobjc dependency and add requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
pnowaczyk committed Dec 15, 2017
1 parent 316d70b commit 1d0bffd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -191,6 +191,14 @@ Up-to-date OS check:
```

### Requirements

EFIgy requires [pyobjc](https://pythonhosted.org/pyobjc/) library to work. You can install this dependency via:

```
$ pip install -r requirements.txt
```

### I found a bug !

Please send it to us and we will try and fix it. If you could reproduce the issue using the `--debug` command line switch to get some extra info for you report that would be awesome and very much appreciated.
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
@@ -0,0 +1 @@
pyobjc==4.1

0 comments on commit 1d0bffd

Please sign in to comment.