Skip to content

Commit

Permalink
Merge pull request trustedsec#500 from BL4CKvGHOST/master
Browse files Browse the repository at this point in the history
fix beautifulsoup version
  • Loading branch information
trustedsec authored Jan 27, 2018
2 parents c49589a + 0437870 commit e3a3a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*
```
Expand Down

0 comments on commit e3a3a14

Please sign in to comment.