From 6b3cd9de2ed84fb74f2b1351727837d41d888c91 Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Wed, 28 Oct 2015 20:59:05 +0000 Subject: [PATCH] make note of extra packages needed on ubuntu --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index ff6a6b0..c1a0969 100644 --- a/README.rst +++ b/README.rst @@ -17,8 +17,10 @@ Warcprox runs on python 3.4. To install latest release run: + :: + # apt-get install libffi-dev libssl-dev python3-gdbm pip install warcprox You can also install the latest bleeding edge code: