From 5ac520e9fbfa28614b48403d42f423dfd059aa9b Mon Sep 17 00:00:00 2001 From: Jack O'Connor Date: Wed, 3 Oct 2018 17:55:35 -0400 Subject: [PATCH] mention the Python 3.5 requirement in the README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fa0a17..5a4d4ba 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ It also happens to be an anagram for "[reup](#magical-updates)". ## 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 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 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 PPA](https://launchpad.net/~buildinspace/+archive/ubuntu/peru). On Arch,