mention the Python 3.5 requirement in the README

This commit is contained in:
Jack O'Connor 2018-10-03 17:55:35 -04:00
parent a1c76d7c3f
commit 5ac520e9fb
1 changed files with 3 additions and 1 deletions

View File

@ -33,7 +33,7 @@ It also happens to be an anagram for "[reup](#magical-updates)".
## Installation ## Installation
Peru supports Linux, Mac, and Windows. It requires **python** (3.3 or later) Peru supports Linux, Mac, and Windows. It requires **python** (3.5 or later)
and **git**, and optionally **hg** and **svn** if you want fetch from those and **git**, and optionally **hg** and **svn** if you want fetch from those
types of repos. Use [pip](https://pip.pypa.io/en/latest/) to install it: types of repos. Use [pip](https://pip.pypa.io/en/latest/) to install it:
@ -43,6 +43,8 @@ pip install peru
Note that depending on how Python is set up on your machine, you might Note that depending on how Python is set up on your machine, you might
need to use `sudo` with that, and Python 3's pip might be called `pip3`. need to use `sudo` with that, and Python 3's pip might be called `pip3`.
Also, if you have to use Python 3.3 or 3.4, those were supported up to
peru 1.1.4.
On Ubuntu, you can install also `peru` from [our On Ubuntu, you can install also `peru` from [our
PPA](https://launchpad.net/~buildinspace/+archive/ubuntu/peru). On Arch, PPA](https://launchpad.net/~buildinspace/+archive/ubuntu/peru). On Arch,