scripts/install.py

changeset 7229
53054eb5b15a
parent 7227
5ba312e6599a
child 7257
c4d0cac9b5c9
equal deleted inserted replaced
7228:6037ddba57aa 7229:53054eb5b15a
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 unicode_literals, 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