Skip to content

Commit

Permalink
Reorganize README installation, include Homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
colindean authored and oconnor663 committed Feb 25, 2022
1 parent 8c57753 commit f16cd2d
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,13 @@ It also happens to be an anagram for "[reup](#magical-updates)".

## Installation

Peru supports Linux, Mac, and Windows. It requires **python** (3.5 or later)
Peru supports Linux, macOS, 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:
types of repos.

### Using `pip`

Use [pip](https://pip.pypa.io/en/latest/) to install it:

```bash
pip install peru
Expand All @@ -46,9 +50,15 @@ 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 Arch, you can install `peru` [from the
### Using OS package managers

On Arch Linux, you can install `peru` [from the
AUR](https://aur.archlinux.org/packages/peru).

Homebrew has a [Peru formula](https://formulae.brew.sh/formula/peru) for macOS
and Linux. `brew install peru` will install it running on the latest Python
version that Homebrew supports.

## Getting Started

Here's the peru version of the [first git submodules
Expand Down

0 comments on commit f16cd2d

Please sign in to comment.