Skip to content

Commit

Permalink
Merge pull request #18 from pnowaczyk/requirements
Browse files Browse the repository at this point in the history
mention pyobjc dependency and add requirements.txt
  • Loading branch information
MyNameIsMeerkat authored Mar 9, 2018
2 parents 75705da + 1d0bffd commit 8c16dc7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,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
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pyobjc==4.1

0 comments on commit 8c16dc7

Please sign in to comment.