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
+80Lines changed: 80 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,10 @@ To install just download the python script you want (or all of them). They have
6
6
7
7
If for some reason drag-and-drop to the python script doesn't work, make sure you have python files set to open with the python interpreter, if that doesn't work, repair your installation / re-install
8
8
9
+
__NOTE ABOUT PYTHON:__
10
+
11
+
Your life will be much better, and the use of these is far easier if you __DO__ check the box to add python to your `$PATH` environmental variable when you are installing it. If you did not do this, you can re-install python, or 'modify' your installation from Add/Remove programs. Be warned, this is one of the times that an installer tells you to reboot that you actually have to do it.
Line 35: Element 'schemaOverlay': Character content is not allowed, because the content type is empty.
273
+
Line 35: Element 'schemaOverlay': Element content is not allowed, because the content type is empty.
274
+
Line 379: Element 'brakeForce': Character content is not allowed, because the content type is empty.
275
+
```
276
+
277
+
### LXML Requirement (schema only)
278
+
279
+
Sadly, the native etree implementation in python cannot do schema validation, so you will need to install `lxml` - the simplest method of this is to open a `cmd` or `Windows Terminal`__with administrator privileges__ and run:
280
+
281
+
```shell
282
+
$ pip install lxml
283
+
```
284
+
285
+
Note from the initial warning above, python must be installed __with__ the option to add it to your `$PATH` enviromental variable.
0 commit comments