collective / robotframework-selenium2screenshots

Robot Framework keyword library for capturing annotated screenshots with Selenium2Library
28 stars 12 forks source link

how to install? #4

Closed andreabisello closed 8 years ago

andreabisello commented 8 years ago

hi, how to install this library?

thanks.

emanlove commented 8 years ago

Before installing the selenium2screenshots library you should first install Pillow (which is the current maintained, pip-installable version of PIL or Python Imaging Library). To install Pillow try

pip install pillow

Then install robotframework-selenium2screenshots with

pip install robotframework-selenium2screenshots
andreabisello commented 8 years ago

very good, thanks.