Merge pull request #500 from BL4CKvGHOST/master

fix beautifulsoup version
This commit is contained in:
trustedsec 2018-01-27 10:07:58 -05:00 committed by GitHub
commit e3a3a142be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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*
```