Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Android install instructions. #198

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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

Expand Down