Skip to content

Commit

Permalink
Merge branch 'master' of github.com:JohnHammond/katana
Browse files Browse the repository at this point in the history
  • Loading branch information
calebstewart committed Mar 1, 2020
2 parents 375874f + 0bf5b52 commit 6c67c3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ sudo apt-get install -y python-tk tk-dev libffi-dev libssl-dev pandoc \
libgmp3-dev libzbar-dev tesseract-ocr xsel libpoppler-cpp-dev libmpc-dev \
libdbus-glib-1-dev ruby libenchant-dev apktool nodejs groff binwalk \
foremost tcpflow poppler-utils exiftool steghide stegsnow bison ffmpeg \
libgd-dev less python3-venv python3-dev
libgd-dev less python3-venv python3-dev python3-dbus
```


**Setup**

```
python3.7 -m venv env
python3.7 -m venv --system-site-packages env
source env/bin/activate
python setup.py install
```
Expand Down

0 comments on commit 6c67c3e

Please sign in to comment.