Skip to content

Commit

Permalink
Add setuptools to install.sh through pip
Browse files Browse the repository at this point in the history
  • Loading branch information
tklengyel committed Sep 30, 2024
1 parent ce53ef0 commit 0cf4ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ apt-get --quiet --yes install python3-pip python3-venv

python3 -m venv /opt/volatility3
source /opt/volatility3/bin/activate
pip3 install wheel construct pefile
pip3 install wheel construct pefile setuptools
cd /opt/volatility3
python3 setup.py build
python3 -m pip install .
Expand Down

0 comments on commit 0cf4ee1

Please sign in to comment.