Skip to content

Commit

Permalink
Merge pull request #1 from 3c7/patch-1
Browse files Browse the repository at this point in the history
Added libssl-dev to requirements
  • Loading branch information
nadouani authored Aug 25, 2017
2 parents 89253d6 + 2259e77 commit 0265cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installation/analyzers.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ to be installed. Before proceeding, you'll need to install the system package de
them:

```
apt-get install python-pip python2.7-dev ssdeep libfuzzy-dev libfuzzy2 libimage-exiftool-perl libmagic1 build-essential
apt-get install python-pip python2.7-dev ssdeep libfuzzy-dev libfuzzy2 libimage-exiftool-perl libmagic1 build-essential libssl-dev
```

Each analyzer comes with its own, pip compatible `requirements.txt` file. You can install all requirements with the
Expand Down

0 comments on commit 0265cfe

Please sign in to comment.