Skip to content

Commit

Permalink
Changed BeautifulSoup version from 3 to 4
Browse files Browse the repository at this point in the history
Changed BeautifulSoup version from 3 to 4 because using version 3 results in an error: http://chat.meta.stackexchange.com/transcript/message/2381831#2381831
  • Loading branch information
thomas-daniels committed Sep 7, 2014
1 parent afb743d commit d8f01e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ git clone https://github.com/Charcoal-SE/SmokeDetector.git
cd SmokeDetector
git submodule init
git submodule update
sudo pip install beautifulsoup
sudo pip install beautifulsoup4
sudo pip install requests --upgrade
sudo pip install websocket-client --upgrade

0 comments on commit d8f01e9

Please sign in to comment.