Skip to content

Commit

Permalink
CIB: Prescribe use of Python 2.7
Browse files Browse the repository at this point in the history
It makes no sense to suggest older versions than this.
  • Loading branch information
aaaaalbert authored Jul 4, 2017
1 parent a910ce8 commit 1bb8807
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Operating/CustomInstallerBuilder/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $ sudo adduser cib

## Install Dependencies
The Custom Installer Builder requires a few pieces of software to run:
* [Python](http://www.python.org/) in version 2.5-2.7 -- the language Custom Installer Builder is written in
* [Python](http://www.python.org/) in version 2.7 -- the language Custom Installer Builder is written in
* [Pip](https://pypi.python.org/pypi/pip) -- recommended tool for installing python packages.
* [Apache 2.4](http://www.apache.org/) -- the web server
* [mod_wsgi](http://www.modwsgi.org/) -- necessary for interfacing with Django code
Expand All @@ -24,7 +24,7 @@ The Custom Installer Builder requires a few pieces of software to run:
* [Django](http://www.djangoproject.com/) in version 1.6.x -- necessary to run Django code


Python is often available on a typical Linux install. Be sure to check the version though, we need 2.5, 2.6, or 2.7.
Python is often available on a typical Linux install. Be sure to check the version though, we need 2.7.

To install the other packages, log in as a `sudo`able user and type
```sh
Expand Down

0 comments on commit 1bb8807

Please sign in to comment.