Confirmed users
3,376
edits
(→How Talos is Run in Production: somethin bout dependencies and python 2.old) |
|||
Line 61: | Line 61: | ||
'''http://hg.mozilla.org/build/talos/archive/tip.tar.gz may be installed in the usual manner for a python package (easy_install, etc). However, `pip` on windows fails due to the pywin32 dependency. See {{bug|787496}}''' | '''http://hg.mozilla.org/build/talos/archive/tip.tar.gz may be installed in the usual manner for a python package (easy_install, etc). However, `pip` on windows fails due to the pywin32 dependency. See {{bug|787496}}''' | ||
* Note: you must first have setuptools installed on your system | |||
* apt-get install python-setuptools # linux | |||
* https://pypi.python.org/pypi/setuptools # download and install for all operating systems | |||
For the majority of the tests, we include test files and tools out of the box. We need to do these things: | For the majority of the tests, we include test files and tools out of the box. We need to do these things: |