update README

Summary:
Get rid of the separate install instructions for python3.3, and add
links at the bottom.

Reviewers: sean

Reviewed By: sean

Differential Revision: https://phabricator.buildinspace.com/D149
This commit is contained in:
Jack O'Connor 2014-12-21 14:03:33 -08:00
parent 63c2827f43
commit dfd5da2dfa
1 changed files with 6 additions and 2 deletions

View File

@ -42,8 +42,6 @@ types of repos. Use [pip](https://pip.pypa.io/en/latest/) to install it:
```python
pip install peru
# For Python 3.4, the line above is enough. For 3.3, you also need:
pip install asyncio pathlib
```
On Ubuntu, you can install `peru` from [our
@ -276,3 +274,9 @@ previous.
between projects, or peru will get very confused.
- Set `PERU_FILE_NAME` if you absolutely must call your file something weird
like `peru.yml`.
## Links
- [Discussion and announcements (Google
Group)](https://groups.google.com/forum/#!forum/peru-tool)
- [Code review (Phabricator)](https://phabricator.buildinspace.com)
- [Architecture doc](docs/architecture.md)