Skip to content

Commit 6c962f9

Browse files
rootulpbehrtam
authored andcommitted
Update Installation with supported Python versions (exercism#437)
* Update Installation with supported Python versions * Remove Packages
1 parent e37171b commit 6c962f9

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

docs/INSTALLATION.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
1-
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
22

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.
44

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

Comments
 (0)