@@ -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-
108From release 3.0.0 onwards plugin is not anymore compatible with
119Sublime Text 2. The releases made before the 3.0.0 will serve
1210the 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**
3937The 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 )
4139and 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 ) .
4341The rest of the parameters can be safely left in their default values,
4442when trying out the plugin.
4543
@@ -73,13 +71,13 @@ definition in this plugin is not affected by this option.
7371If there library or variable file imports in the Robot Framework data,
7472those imports are automatically parser and included in the scanning.
7573
76- ## path_to_python3
74+ ## path_to_python
7775In 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
7977Python 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
8583Module search path defines a list of paths where the Robot Framework
0 commit comments