comparison: install.py
install.py
- branch
- Py2 comp.
- changeset 2525
- 8b507a9a2d40
- parent 2480
- 30477cebf808
- child 2677
- 3d4277929fb3
equal
deleted
inserted
replaced
6 # This is the install script for eric5. |
6 # This is the install script for eric5. |
7 |
7 |
8 """ |
8 """ |
9 Installation script for the eric5 IDE and all eric5 related tools. |
9 Installation script for the eric5 IDE and all eric5 related tools. |
10 """ |
10 """ |
|
11 |
|
12 from __future__ import unicode_literals # __IGNORE_WARNING__ |
11 |
13 |
12 import sys |
14 import sys |
13 import os |
15 import os |
14 import re |
16 import re |
15 import compileall |
17 import compileall |