From a0a5ef2355376bc02d9edc7739bd251d217f4648 Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Fri, 8 Aug 2014 12:53:16 -0700 Subject: [PATCH] fix formatting of Install section again so it looks right on pypi! (test with rst2html) --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index c5a90d9..8104632 100644 --- a/README.rst +++ b/README.rst @@ -16,11 +16,15 @@ Install Warcprox runs on python 2.7 or python 3.2+. To install latest release run: + :: + pip install warcprox You can also install the latest bleeding edge code: + :: + pip install git+https://github.com/internetarchive/warcprox.git