mention supported OSs in the README

This commit is contained in:
Jack O'Connor 2014-11-29 20:20:29 -05:00
parent 80c65118be
commit 0776864853
1 changed files with 8 additions and 8 deletions

View File

@ -34,9 +34,9 @@ bisect`. Peru leaves your source control the heck alone.
## Installation
Peru 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:
Peru supports Linux, Mac, and Windows. 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:
```python
pip install peru
@ -44,10 +44,10 @@ pip install peru
pip install asyncio pathlib
```
On Arch Linux, you can also install `peru-git` [from the
AUR](https://aur.archlinux.org/packages/peru-git/). On Ubuntu, you can install
`peru` from [our
PPA](https://launchpad.net/~buildinspace/+archive/ubuntu/peru).
On Ubuntu, you can install `peru` from [our
PPA](https://launchpad.net/~buildinspace/+archive/ubuntu/peru). On Arch, you
can install `peru-git` [from the
AUR](https://aur.archlinux.org/packages/peru-git/).
## Getting Started