Skip to content

Commit 1aea116

Browse files
added more robotframework package install info to README
--HG-- branch : dev
1 parent f987d8b commit 1aea116

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,13 @@ Package extra features:
4040

4141
### Requirements
4242

43-
* [`six>=1.9`](https://pypi.python.org/pypi/six)
44-
* [`path.py>=7.0`](https://pypi.python.org/pypi/path.py)
45-
* [`moretools>=0.1.5`](https://pypi.python.org/pypi/moretools)
46-
* [`robotframework>=2.8`](https://pypi.python.org/pypi/robotframework)
47-
* __Python 3.x__: [`robotframework-python3>=2.8.3`](
43+
* [`six>=1.10`](https://pypi.python.org/pypi/six)
44+
* [`path.py>=8.0`](https://pypi.python.org/pypi/path.py)
45+
* [`moretools>=0.1.8`](https://pypi.python.org/pypi/moretools)
46+
* [`robotframework>=2.8.7`](https://pypi.python.org/pypi/robotframework)
47+
* __Python 3.x__:
48+
* Robot Framework 3.0+ is officially Python 3 compatible
49+
* For earlier versions please install [`robotframework-python3`](
4850
https://pypi.python.org/pypi/robotframework-python3)
4951

5052
Extra requirements for __[remote]__:
@@ -71,6 +73,8 @@ Or from [PyPI](https://pypi.python.org/pypi/robotframework-tools):
7173

7274
pip install robotframework-tools[remote,robotshell]
7375

76+
* Robot Framework will not be installed automatically
77+
7478

7579
# 1. Creating Dynamic Test Libraries
7680
------------------------------------

0 commit comments

Comments
 (0)