canmove, Confirmed users
6,439
edits
Line 21: | Line 21: | ||
# Download [http://www.pythonmac.org/packages/py24-fat/dmg/python-2.4.4-macosx2006-10-18.dmg MacPython 2.4.4] | # Download [http://www.pythonmac.org/packages/py24-fat/dmg/python-2.4.4-macosx2006-10-18.dmg MacPython 2.4.4] | ||
# Mount the DMG and run the installer | # Mount the DMG and run the installer | ||
=== Install Twisted and Zope-Interface=== | === Install Twisted and Zope-Interface=== | ||
wget http://tmrc.mit.edu/mirror/twisted/Twisted/2.4/Twisted-2.4.0.tar.bz2 | wget http://tmrc.mit.edu/mirror/twisted/Twisted/2.4/Twisted-2.4.0.tar.bz2 | ||
Line 45: | Line 43: | ||
== Talos Setup == | == Talos Setup == | ||
=== Install PyYAML === | === Install PyYAML === | ||
curl http://pyyaml.org/download/pyyaml/PyYAML-3.05.tar.gz > pyyaml.tar.gz | |||
tar -zvxf pyyaml.tar.gz | tar -zvxf pyyaml.tar.gz | ||
cd PyYAML-3.05 | cd PyYAML-3.05 | ||
python setup.py build | python setup.py build | ||
sudo python setup.py install | sudo python setup.py install | ||
=== Install Talos === | === Install Talos === | ||
ocvs -d:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot co -d talos mozilla/testing/performance/talos | ocvs -d:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot co -d talos mozilla/testing/performance/talos |