Skip to content

Commit

Permalink
Merge branch 'master' of github.com:duo-labs/EFIgy
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich Smith committed Mar 10, 2018
2 parents 4640d9b + 8c16dc7 commit 5016751
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 @@ -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
@@ -0,0 +1 @@
pyobjc==4.1

0 comments on commit 5016751

Please sign in to comment.