-
Notifications
You must be signed in to change notification settings - Fork 1
Home
mdieckmann edited this page Jul 26, 2016
·
4 revisions
#Installation:
-
Install Python 2.7. You can also find it in the repos if you are using linux (in ubuntu this would for example be:
max@atlas:~$ sudo apt-get install python
) -
Download the zip and unpack.
-
Run zuse_sim.py (
max@atlas:~/path/to/sim$ python zuse_sim.py
).
If you are using Windows, open the console (ctrl-r, then type 'cmd' (without quotation marks) and hit enter) and execute zuse_sim.py:
C:\>python C:\path\to\sim\zuse_sim.py
You might have to force python 2 if you have a newer version installed (e.g.: max@atlas:~/path/to/sim$ python2 zuse_sim.py
)
You might have to manually install TkInter (max@atlas:~$ sudo apt-get install python-tk
).