You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+20-4Lines changed: 20 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,31 @@ Willkommen zu "ProjectL", einer interaktiven Kurzgeschichte über Ivy und ihre I
4
4
5
5
### Installationsanleitung
6
6
7
-
So installieren Sie ProjectL auf ihrem Windows-PC oder -Notebook:
7
+
ProjectL unterstützt aktuell die Betriebsysteme Windows, Ubuntu und Fedora. Der erste Schritt bei der Installation von ProjectL ist immer die Installation von Python und PyQt,
8
+
welche sich je nach Betriebsystem unterscheidet, die eigentliche Installation ist aber immer gleich:
9
+
10
+
#### Windows
8
11
9
12
1. Laden Sie Python [hier](https://www.python.org/ftp/python/3.6.1/python-3.6.1.exe) herunter und führen das Programm aus.
10
13
2. Wählen Sie die Option "Add Python 3.6 to PATH" aus und klicken auf "Install Now".
11
14
3. Schließen Sie das Fenster, sobald die Meldung "Setup was successfull" erscheint.
12
15
4. Laden Sie ProjectL [hier](https://github.com/ProjectL-Team/ProjectL/releases) als gepacktes Archiv (ZIP-Datei) herunter.
13
-
5. Entpacken bzw. extrahieren Sie das Archiv in einem Ordner ihrer Wahl.
14
-
6. Installieren Sie PyQt5, in dem Sie im Ordner von ProjectL die Datei `install PyQt` oder `install PyQt.py` doppelklicken. Drücken Sie die Eingabe-Taste, wenn Sie dazu aufgefordert werden.
15
-
7. Starten Sie das Spiel, indem sie auf die Datei `ProjectL` oder `ProjectL.pyw` doppelklicken.
16
+
17
+
#### Fedora
18
+
19
+
1. Öffnen Sie ein Terminal, geben den Befehl `sudo dnf install python3 python3-qt5` ein und drücken Enter.
20
+
2. Laden Sie ProjectL [hier](https://github.com/ProjectL-Team/ProjectL/releases) als gepacktes Archiv (TAR.GZ-Datei) herunter.
21
+
22
+
#### Ubuntu
23
+
24
+
1. Öffnen Sie ein Terminal, geben den Befehl `sudo apt-get update && sudo apt-get install python3 python-pyqt5` ein und drücken Enter.
25
+
2. Laden Sie ProjectL [hier](https://github.com/ProjectL-Team/ProjectL/releases) als gepacktes Archiv (TAR.GZ-Datei) herunter.
26
+
27
+
#### Alle Systeme
28
+
29
+
1. Entpacken bzw. extrahieren Sie das Archiv in einem Ordner ihrer Wahl.
30
+
2. Installieren Sie PyQt5, in dem Sie im Ordner von ProjectL die Datei `install PyQt` oder `install PyQt.py` doppelklicken. Drücken Sie die Eingabe-Taste, wenn Sie dazu aufgefordert werden.
31
+
3. Starten Sie das Spiel, indem sie auf die Datei `ProjectL` oder `ProjectL.pyw` doppelklicken.
0 commit comments