Skip to content
This repository was archived by the owner on Nov 2, 2020. It is now read-only.

Commit 30bbd89

Browse files
committed
Bring the existing readme backed.
1 parent bd86244 commit 30bbd89

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ Robot Framework Assistant provides IDE features to edit
55
[Robot Framework](http://robotframework.org/) test data in the
66
[Sublime Text 3](https://www.sublimetext.com/3).
77

8-
> **FROM v6.3.2 ONWARDS, THIS PLUGIN WILL DROP PY2 SUPPORT DUE TO PY2 END OF LIFE IN THE EARLY OF 2020**
9-
108
From release 3.0.0 onwards plugin is not anymore compatible with
119
Sublime Text 2. The releases made before the 3.0.0 will serve
1210
the Sublime Text 2 users. The documentation for Sublime Text 2 user
@@ -39,7 +37,7 @@ The default settings can be found from the **Preferences | Package settings**
3937
The only mandatory settings which user needs to define are the
4038
[robot_framework_workspace](https://github.com/andriyko/sublime-robot-framework-assistant#robot_framework_workspace)
4139
and the
42-
[path_to_python3](https://github.com/andriyko/sublime-robot-framework-assistant#path_to_python3).
40+
[path_to_python](https://github.com/andriyko/sublime-robot-framework-assistant#path_to_python).
4341
The rest of the parameters can be safely left in their default values,
4442
when trying out the plugin.
4543

@@ -73,13 +71,13 @@ definition in this plugin is not affected by this option.
7371
If there library or variable file imports in the Robot Framework data,
7472
those imports are automatically parser and included in the scanning.
7573

76-
## path_to_python3
74+
## path_to_python
7775
In order the creating the database of keywords and variables to
78-
work, path to Python3.x binary must be defined. It must be the same
76+
work, path to Python binary must be defined. It must be the same
7977
Python binary where the Robot Framework is installed.
8078

81-
In Linux like environments this could be like: /usr/bin/python3
82-
and in Windows this could be like: C:\\Python3\\python3.exe
79+
In Linux like environments this could be like: /usr/bin/python
80+
and in Windows this could be like: C:\\Python27\\python.exe
8381

8482
## robot_framework_module_search_path
8583
Module search path defines a list of paths where the Robot Framework

0 commit comments

Comments
 (0)