You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/#getting-started) to install Python on your computer.
1
+
## Installing Python
2
2
3
-
Exercism currently supports Python3.4, Python3.3 and Python2.7.
3
+
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.
4
4
5
-
6
-
## Packages
7
-
8
-
The [Python Package Index](https://pypi.python.org/pypi) contains thousands of packages.
9
-
Pretty much each of them is installable with `pip install packagename`.
10
-
If you don't have __pip__ already, [get it now](https://pip.pypa.io/en/latest/installing.html)!
5
+
Exercism currently supports Python2.7 and Python 3.3+.
0 commit comments