-
Notifications
You must be signed in to change notification settings - Fork 6
Installation instructions
Danger Will Robinson!
This software is very much a work-in-progress. It has bugs and quirks, and some of the planned and documented features may be missing. There are some inconsistencies with some of the tools. If you're prepared to handle all that, proceed!
This software requires python 2.7 and robotframework 2.6. It has not been tested with any other versions. It has been tested on Windows and OSX, but not linux (but it should work there too...).
The robotframework workbench can be installed using pip. To install, issue the following command at a command prompt:
$ pip install robotframework-workbench
If you want to download and run from the source tree you can clone the git repository. The project is hosted on github as https://github.com/boakley/robotframework-workbench. Once you have the source, you can run without installing by cd'ing to the root (eg: robotframework-workbench) and then running the tools from there (eg: $ python -m rwb.editor)