1 #!/usr/bin/env python3 |
1 #!/usr/bin/env python3 |
2 # -*- coding: utf-8 -*- |
2 # -*- coding: utf-8 -*- |
3 |
3 |
4 # Copyright (c) 2018 - 2021 Detlev Offenbach <detlev@die-offenbachs.de> |
4 # Copyright (c) 2018 - 2021 Detlev Offenbach <detlev@die-offenbachs.de> |
5 # |
5 # |
6 # This is the install script for eric6. |
6 # This is the install script for eric. |
7 |
7 |
8 """ |
8 """ |
9 Installation script for the eric6 IDE and all eric6 related tools. |
9 Installation script for the eric IDE and all eric related tools. |
10 """ |
10 """ |
11 |
11 |
12 import os |
12 import os |
13 import sys |
13 import sys |
14 |
14 |