Skip to content

Installation

Bryan Oakley edited this page Jun 18, 2014 · 1 revision

The robot framework hub is a single package that can be installed from PyPi or from source.

Install from PyPi with pip:

$ pip install robotframework-hub

Install from source

To install from source, simply cd to the root of the source tree and run setup:

$ python setup.py install

Dependencies

The hub has the following major dependencies which will automatically be installed (along with their dependencies) if you don't already have them installed on your machine:

Clone this wiki locally