You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+114-5Lines changed: 114 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ TODO
56
56
57
57
## Quick start
58
58
59
-
1.[Install a supported version of Python on your system](https://code.visualstudio.com/docs/python/python-tutorial#_prerequisites)
59
+
1.[Install a supported version of Python on your system](https://code.visualstudio.com/docs/python/python-tutorial#_prerequisites)
60
60
(note: only Python 3.8 and above are supported)
61
61
62
62
2.[Install a supported version of RobotFramwork on your system](https://github.com/robotframework/robotframework/blob/master/INSTALL.rst) (note: only RobotFramework 4.0 and above are supported)
@@ -76,7 +76,7 @@ This is the simpliest way to create an running environment.
76
76
- As a prerequisite you need to install [pipenv](https://pipenv.pypa.io/) like this:
77
77
78
78
```bash
79
-
python -m pip install pipenv
79
+
python -m pip install pipenv
80
80
```
81
81
82
82
@@ -90,6 +90,115 @@ This is the simpliest way to create an running environment.
90
90
python -m pipenv install robotframework
91
91
```
92
92
- Open project in VSCode
93
-
- Set the python interpreter to the created virtual environment
94
-
95
-
93
+
- Set the python interpreter to the created virtual environment
94
+
95
+
96
+
## Customization
97
+
98
+
### Editor Style
99
+
100
+
You can change some stylings forRobotFramework filesin VSCode editor (see [Customizing a Color Theme](https://code.visualstudio.com/docs/getstarted/themes#_customizing-a-color-theme))
0 commit comments