From 0437870b98d1ca37a0b1b6e2e3a7dbf633337a0c Mon Sep 17 00:00:00 2001 From: Youssef Hesham Date: Thu, 18 Jan 2018 21:27:08 +0200 Subject: [PATCH] fix beautifulsoup version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d74b7124f7..9d0a3d6796 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ $ apt-get --force-yes -y install git apache2 python-requests libapache2-mod-php *Arch System* ```bash -$ pacman -S --noconfirm --needed git python2 python2-beautifulsoup3 python2-pexpect python2-crypto +$ pacman -S --noconfirm --needed git python2 python2-beautifulsoup4 python2-pexpect python2-crypto $ wget https://github.com/erocarrera/pefile/archive/master.zip && unzip master.zip $ chmod a+x pefile-master/setup.py && rm -rf pefile-master* ```