Skip to content

Commit

Permalink
update Python version (from 3.4.2 to 3.4.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
ana-balica committed Feb 26, 2015
1 parent aefff9b commit 7dd88ef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions en/python_installation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You can download Python for Windows from the website https://www.python.org/down
It is very likely that you already have Python installed out of the box. To check if you have it installed (and which version it is), open a console and type the following command:

$ python3 --version
Python 3.4.2
Python 3.4.3

If you don't have Python installed or if you want a different version, you can install it as follows:

Expand All @@ -48,7 +48,7 @@ You need to go to the website https://www.python.org/downloads/release/python-34
Verify the installation was successful by opening the *Terminal* application and running the `python3` command:

$ python3 --version
Python 3.4.2
Python 3.4.3

----

Expand Down
4 changes: 2 additions & 2 deletions pl/python_installation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Możesz ściągnąć Pythona dla Windowsa z tej strony: https://www.python.org/d
Jest bardzo prawdopodobne, że masz już zainstalowanego Pythona wraz z systemem. Aby się upewnić (a także sprawdzić jego wersję) otwórz konsolę i wpisz następujące polecenie:

$ python3 --version
Python 3.4.2
Python 3.4.3


Jeżeli nie masz zainstalowanego Pythona, lub chciałabyś zainstalować go w innej wersji, skorzystaj z jednego z poniższych sposobów:
Expand Down Expand Up @@ -51,7 +51,7 @@ Przejdź na stronę https://www.python.org/downloads/release/python-342/ i pobie
Sprawdź, czy instalacja zakończyła się pomyślnie - otwórz aplikację *Terminal* i uruchom polecenie `python3`:

$ python3 --version
Python 3.4.2
Python 3.4.3


* * *
Expand Down
4 changes: 2 additions & 2 deletions uk/python_installation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Python для Windows можна завантажити з сайту https://ww
Цілком ймовірно, що у вас вже є Python встановлений разом із системою. Щоб перевірити це (а заодно й версію), відкрийте консоль і наберіть наступну команду:

$ python3 --version
Python 3.4.2
Python 3.4.3


Якщо Python не встановлено або ви бажаєте встановити іншу версію, то можете виконати встановлення наступним чином:
Expand Down Expand Up @@ -51,7 +51,7 @@ Python для Windows можна завантажити з сайту https://ww
Підтвердіть, що інсталяція пройшла успішно відкривши програму *Terminal* і запустивши команду `python3`:

$ python3 --version
Python 3.4.2
Python 3.4.3


* * *
Expand Down

0 comments on commit 7dd88ef

Please sign in to comment.