Installation¶
This part of the documentation covers the installation of selenium-generator.
The framework needs several external dependencies which are installed along with the framework.
Show the dependencies
pyyaml selenium webdriver_manager html-testRunner ddt cerberus sphinx sphinxcontrib-contentui rst2pdf
Installation with PIP¶
You can easily install package from PyPI using pip.
$ pip install selenium_generator
Manual installation¶
Package is also possible to download by cloning the project repository and to install it from source.
$ git clone https://github.com/jjaros587/selenium_generator.git
$ cd selenium_generator
$ python setup.py install
If the framework is being extended you might find useful to install the package in a development mode.
$ python setup.py develop