Skip to content

Commit 3ae23e3

Browse files
committed
Closes DjangoGirls#3. Add openSUSE installation instructions.
1 parent 10eac4b commit 3ae23e3

File tree

26 files changed

+136
-6
lines changed

26 files changed

+136
-6
lines changed

cs/deploy/install_git.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ Pokud již nemáš nainstalovaný, git měl by být k dispozici pomocí Správce
1414
sudo apt-get install git
1515
# or
1616
sudo yum install git
17+
# or
18+
sudo zypper install git
1719
```

cs/python_installation/instructions.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,14 @@ Použij tento příkaz v konzoli:
4545
$ sudo dnf nainstalovat python3.4
4646
```
4747

48+
#### openSUSE
49+
50+
Použij tento příkaz v konzoli:
51+
52+
```
53+
$ sudo zypper install python3
54+
```
55+
4856
### OS X
4957

5058
Musíš jít na web https://www.python.org/downloads/release/python-342/ a stáhnout si instalátor Python:

en/deploy/install_git.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,8 @@ If it isn't installed already, git should be available via your package manager,
2626
#### Fedora (22+)
2727

2828
$ sudo dnf install git
29+
30+
31+
#### openSUSE
32+
33+
$ sudo zypper install git

en/python_installation/instructions.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@ Use this command in your console:
4646
$ sudo dnf install python3
4747

4848

49+
#### openSUSE
50+
51+
Use this command in your console:
52+
53+
$ sudo zypper install python3
54+
55+
4956
### OS X
5057

5158
You need to go to the website https://www.python.org/downloads/release/python-343/ and download the Python installer:

es/python_installation/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@ Usa este comando en tu consola:
4646
sudo yum install python3.4
4747

4848

49+
#### openSUSE
50+
51+
Usa este comando en tu consola:
52+
53+
sudo zypper install python3
54+
55+
4956
### OS X
5057

5158
Debes ir al sitio web https://www.python.org/downloads/release/python-342/ y descargar el instalador de Python:

fr/deploy/install_git.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ Git est probablement déjà installé mais, si ce n'est pas le cas, voici les in
1212

1313
sudo apt-get install git
1414
# ou
15-
sudo yum install git
15+
sudo yum install git
16+
# ou
17+
sudo zypper install git

fr/python_installation/instructions.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ Tapez cette commande dans votre terminal :
4141
$ sudo dnf install python3.4
4242

4343

44+
#### openSUSE
45+
46+
Tapez cette commande dans votre terminal :
47+
48+
$ sudo zypper install python3
49+
50+
4451
### OS X
4552

4653
Vous devez aller sur le site https://www.python.org/downloads/release/python-343/ et télécharger l'installateur Python :

hu/deploy/install_git.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ Ha még nincs telepítve, elérhető a a package manager-en keresztül, szóval
1212

1313
sudo apt-get install git
1414
# vagy
15-
sudo yum install git
15+
sudo yum install git
16+
# vagy
17+
sudo zypper install git

hu/python_installation/instructions.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ Ha még nincs Pythonod, vagy másik verziót szeretnél telepíteni, így tehete
4141
$ sudo dnf install python3.4
4242

4343

44+
#### openSUSE
45+
46+
Írd be az alábbi programot a konzolba:
47+
48+
$ sudo zypper install python3
49+
4450
### OS X
4551

4652
Menj a https://www.python.org/downloads/release/python-343/ oldalra, és töltsd le a Python installert:

it/deploy/install_git.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ Se non è già installato, git dovrebbe essere disponibile tramite il gestore di
1212

1313
sudo apt-get install git
1414
# oppure
15-
sudo yum install git
15+
sudo yum install git
16+
# oppure
17+
sudo zypper install git

0 commit comments

Comments
 (0)