From d45325b6d757b56654399725d55510dd5ba899d1 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Wed, 26 Nov 2014 00:59:01 +0000 Subject: [PATCH] upgrade script depends on sqlite3 cli --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 6048c25a1..5e020081a 100644 --- a/README.rst +++ b/README.rst @@ -94,7 +94,7 @@ header files for python C extensions. Installing prerequisites on Ubuntu or Debian:: $ sudo apt-get install build-essential python2.7-dev libffi-dev \ - python-pip python-setuptools + python-pip python-setuptools sqlite3 Installing prerequisites on Mac OS X::