We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0122f8 commit dc0ae4aCopy full SHA for dc0ae4a
README.rst
@@ -101,8 +101,7 @@ SeleniumLibrary along with its dependencies using `pip`_ package
101
manager. Once you have pip installed, all you need to do is running
102
these commands::
103
104
- pip install robotframework
105
- pip install robotframework-seleniumlibrary
+ pip install -r requirements.txt
106
107
__ https://github.com/robotframework/robotframework/blob/master/INSTALL.rst
108
__ https://github.com/robotframework/SeleniumLibrary#installation
requirements.txt
@@ -3,3 +3,4 @@ invoke >= 0.20
3
rellu >= 0.6
4
docutils >= 0.14
5
robotframework >= 3.1.1
6
+robotframework-seleniumlibrary >= 3.3.1
0 commit comments