From dfd5da2dfad848b4daa13f0a9116dae00654289a Mon Sep 17 00:00:00 2001 From: Jack O'Connor Date: Sun, 21 Dec 2014 14:03:33 -0800 Subject: [PATCH] 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 --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fa82678..0489d76 100644 --- a/README.md +++ b/README.md @@ -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)