Skip to content

Commit

Permalink
Clarify that we want the latest Python 2.7 release
Browse files Browse the repository at this point in the history
This addresses a review comment that indirectly points out the ambiguity, SeattleTestbed/custominstallerbuilder#16 (comment) .
  • Loading branch information
aaaaalbert authored Aug 28, 2017
1 parent d3ecf8d commit 3dbba8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Operating/Clearinghouse/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ $ sudo adduser ch
## Install Dependencies

Clearinghouse requires at least the following software to be installed:
* [Python](http://www.python.org/) in version 2.7 -- the language Seattle Clearinghouse is written in
* [Python](http://www.python.org/) in version 2.7 (use the latest release) --
the language Seattle Clearinghouse is written in
* [Pip](https://pypi.python.org/pypi/pip) -- Recommended tool for installing python packages.
* [mysqlclient](https://pypi.python.org/pypi/mysqlclient) -- the python mysql interface
* [MySQL](http://www.mysql.com/) -- the database
Expand Down

0 comments on commit 3dbba8b

Please sign in to comment.