-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
# Installing Python | ||
|
||
If Python isn't already available on your system follow the instructions at [the Hitchhiker's Guide to Python](http://docs.python-guide.org/en/latest/starting/installation/) to install Python on your computer. | ||
If Python isn't already available on your system, detailed instructions by platform can be found in the [Python Setup and Usage][using python] section of the official documentation. | ||
Real Python also offers a [very helpful guide][helpful guide] to installation on various platforms, including iOS and Android. | ||
|
||
Exercism currently supports Python 3.4+. | ||
Exercism tests and tooling currently supports `Python 3.8+`. | ||
|
||
[helpful guide]: https://realpython.com/installing-python/ | ||
[using python]: https://docs.python.org/3/using/index.html |