Taurus Installation
Windows
Tried on Windows 7 and Windows XP:
- Get python 2.7 from http://www.python.org/downloads and install it, don’t forget to enable “Add python.exe to Path”.
- Get latest Java from https://www.java.com/download/ and install it.
- Download lxml-3.5.0-cp27-none-win32.whl package from http://www.lfd.uci.edu/.
- Open Command Prompt with administrative privileges (find Command Prompt in main menu and chose Run as administrator from context menu) and type these commands:
- pip install lxml-3.5.0-cp27-none-win32.whl
- pip install –upgrade setuptools
- pip install bzt
To upgrade Taurus, open Command Prompt the same way and hit
Like this:
Like Loading...