From bd979f8a415df81055d2d32ad3a3c61e626b1d9b Mon Sep 17 00:00:00 2001 From: Mitchell Tannenbaum Date: Wed, 21 Nov 2018 15:07:13 -0800 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0fa0a174..104a63ad 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, Windows, and Android. It requires **python** (3.3 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: @@ -47,7 +47,8 @@ need to use `sudo` with that, and Python 3's pip might be called `pip3`. On Ubuntu, you can install also `peru` from [our PPA](https://launchpad.net/~buildinspace/+archive/ubuntu/peru). On Arch, you can install `peru` [from the -AUR](https://aur.archlinux.org/packages/peru). +AUR](https://aur.archlinux.org/packages/peru). On Android, you can install +Python with `pkg install python` inside [Termux](https://termux.com). ## Getting Started