Skip to content

Commit

Permalink
Updated INSTALLATION docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
BethanyG committed Sep 1, 2021
1 parent 22fcaa8 commit 00d7b0e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/INSTALLATION.md
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

0 comments on commit 00d7b0e

Please sign in to comment.