From b2479d39f6f8f20f8e768708404214445af9c5bd Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Fri, 8 Aug 2014 12:29:12 -0700 Subject: [PATCH] fix formatting of Install section so it looks right on github --- README.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 867cfe3..c5a90d9 100644 --- a/README.rst +++ b/README.rst @@ -13,12 +13,14 @@ pymiproxy, warcprox is also GPL. Install ~~~~~~~ -Warcprox runs on python 3 or 2.7. +Warcprox runs on python 2.7 or python 3.2+. -Install latest release from PyPI:: +To install latest release run: +:: pip install warcprox -Or install the latest code from github:: +You can also install the latest bleeding edge code: +:: pip install git+https://github.com/internetarchive/warcprox.git