Skip to content
This repository has been archived by the owner on Mar 14, 2020. It is now read-only.

Commit

Permalink
wrong pip install info (linux);
Browse files Browse the repository at this point in the history
  • Loading branch information
pewpews committed Sep 28, 2015
1 parent 9195272 commit 147e361
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ Download from here https://www.python.org/downloads/
1. Install these dependencies:
- Qt5 (Install this first) >= 5.4
+ sudo pacman -S qt5-base ('apt-get install qt5-default' on Ubuntu)
- requests >= 2.6.0 & BeautifulSoup 4(PyPi)
+ Python 3.4 should've included pip on install. Incase it didn't: 'sudo pacman -S pip3'
- Python 3.4 should've included pip on install. Incase it didn't: 'sudo pacman -S python-pip'
+ To install 'requests': pip3 install requests
+ To install 'BeautifulSoup 4': pip3 install beautifulsoup4
+ To install 'scandir': pip3 install scandir
Expand Down

0 comments on commit 147e361

Please sign in to comment.