~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to doc/setup/install_proc.txt

  • Committer: dcoles
  • Date: 2008-03-13 23:34:56 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:687
d/s/install_proc.txt: apt-get alternative to install Beautiful Soup

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
sudo chmod -R g+r /usr/share/nltk/data
77
77
 
78
78
# Beautiful Soup for student code
 
79
# via apt-get
 
80
sudo apt-get install python-beautifulsoup
 
81
# or 
79
82
wget 'http://www.crummy.com/software/BeautifulSoup/download/BeautifulSoup.tar.gz'
80
83
tar -xzvf BeautifulSoup.tar.gz
81
84