~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-04-21 02:31:13 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:744
Libs: Added ElementTree 1.3alpha install docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
# Python Imaging Library for student code
93
93
sudo apt-get install python-imaging
94
94
 
 
95
# Elementtree 1.3a for student code
 
96
# Needs libtidy for 'TidyHTML' parts
 
97
sudo apt-get install libtidy-0.99-0 
 
98
 
 
99
svn co http://svn.effbot.org/public/tags/elementtree-1.3a3-20070912/ elementtree1.3
 
100
cd elementtree1.3
 
101
sudo python setup.py install
 
102
cd ..
 
103
 
95
104
# Documentation packages needed for tutorial system: Docutils, Epydoc
96
105
# wget each of these, untar them, and then do: sudo python ./setup.py install
97
106