Skip to content

Commit

Permalink
added missing setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
jstucke committed Sep 27, 2019
1 parent 025e324 commit 2cba47c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ install_clean \
build-essential \
git \
npm \
python3-pip \
python3
python3 \
python3-pip

## Install Radare
git clone https://github.com/radare/radare2.git
Expand Down Expand Up @@ -48,6 +48,7 @@ pip3 install -r fact_radare_viewer/requirements.txtgit


## Install Python Plugin
pip3 install setuptools wheel
pip3 install r2pipe


Expand Down

0 comments on commit 2cba47c

Please sign in to comment.