comparison: scripts/install.py
scripts/install.py
- changeset 7288
- 1242c374623b
- parent 7257
- c4d0cac9b5c9
- child 7302
- 875a9a29c38f
equal
deleted
inserted
replaced
6 # This is the install script for eric6. |
6 # This is the install script for eric6. |
7 |
7 |
8 """ |
8 """ |
9 Installation script for the eric6 IDE and all eric6 related tools. |
9 Installation script for the eric6 IDE and all eric6 related tools. |
10 """ |
10 """ |
|
11 |
|
12 from __future__ import print_function |
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 |