scripts/install.py

changeset 7639
422fd05e9c91
parent 7637
c878e8255972
child 7642
72721823d453
child 7716
313e09453306
equal deleted inserted replaced
7638:176145438b1e 7639:422fd05e9c91
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
13 11
14 import sys 12 import sys
15 import os 13 import os
16 import re 14 import re
17 import compileall 15 import compileall

eric ide

mercurial