-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
52 lines (37 loc) · 967 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
==========================================
APPLICATION INSTALLATION INSTRUCTIONS
==========================================
Linux:
Dependencies:
Python 2.7 , PyGame, SDL
Optional:
wxPython-3.*
Local Installation:
unzip package to home directory
cd into home directory
run: "python ./mstation.py" or "python ./mstation.py -wx"
System-wide Installation:
chmod +x setup.py
./setup.py
/usr/local/bin/mstation or /usr/local/bin/mstation -wx
Uninstall:
chmod +x setup.py
./setup.py uninstall
==========================================
Mac, Windows:
Note:
Mac/Win users can just run from the
local installation directory without
copying files to the python sitepkgs
directory.
Dependencies:
Python 2.7, PyGame, SDL
Optional:
wxPython-3.*
Installation Procedure:
unzip the package
cd into package directory
python ./mstation.py
or
python ./mstation.py -wx (if wxPython >= v3.0 installed)
==========================================