Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Python to the latests version (from 3.4.2 to 3.4.3) #265

Merged
merged 1 commit into from
Feb 26, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions en/python_installation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ Django is written in Python. We need Python to do anything in Django. Let's star

### Windows

You can download Python for Windows from the website https://www.python.org/downloads/release/python-342/. After downloading the ***.msi** file, you should run it (double-click on it) and follow the instructions there. It is important to remember the path (the directory) where you installed Python. It will be needed later!
You can download Python for Windows from the website https://www.python.org/downloads/release/python-343/. After downloading the ***.msi** file, you should run it (double-click on it) and follow the instructions there. It is important to remember the path (the directory) where you installed Python. It will be needed later!

### Linux

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
6 changes: 3 additions & 3 deletions pl/python_installation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ Django został w napisany w Pythonie. Potrzebujemy Pythona, żeby móc zrobić c

### Windows

Możesz ściągnąć Pythona dla Windowsa z tej strony: https://www.python.org/downloads/release/python-342/. Po pobraniu pliku ***.msi**, uruchom go (klikając dwukrotnie na niego) i postępuj według wyświetlanych instrukcji. Koniecznie zapamiętaj ścieżkę (katalog), w którym zainstalowałaś Pythona. Będzie Ci niebawem potrzebna!
Możesz ściągnąć Pythona dla Windowsa z tej strony: https://www.python.org/downloads/release/python-343/. Po pobraniu pliku ***.msi**, uruchom go (klikając dwukrotnie na niego) i postępuj według wyświetlanych instrukcji. Koniecznie zapamiętaj ścieżkę (katalog), w którym zainstalowałaś Pythona. Będzie Ci niebawem potrzebna!

### Linux

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
6 changes: 3 additions & 3 deletions uk/python_installation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ Django написаний на Python. Нам потрібен Python, щоб р

### Windows

Python для Windows можна завантажити з сайту https://www.python.org/downloads/release/python-342/. Після завантаження файлу ***.msi**, ви повинні запустити його (натисніть по ньому двічі) і виконувати усі подальші інструкції. Важливо пам'ятати шлях (директорію), де ви встановили Python. Це знадобиться пізніше!
Python для Windows можна завантажити з сайту https://www.python.org/downloads/release/python-343/. Після завантаження файлу ***.msi**, ви повинні запустити його (натисніть по ньому двічі) і виконувати усі подальші інструкції. Важливо пам'ятати шлях (директорію), де ви встановили Python. Це знадобиться пізніше!

### Linux

Цілком ймовірно, що у вас вже є 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