Removed BeautifulSoup from dependencies

This commit is contained in:
Arcady Chumachenko 2017-06-11 19:45:22 +01:00
parent 350803a4c8
commit 666760fe06
2 changed files with 19 additions and 23 deletions

View file

@ -33,9 +33,6 @@ apt update; apt install google-chrome-beta python3 wget
# Check:
google-chrome --version && which wget && which python3 && echo "[√] All dependencies installed."
# BeautifulSoup4
sudo pip3 install beautifulsoup4
```
**2. Run the archive script:**