From e33afd23d1682099af5f23f8788de76c603a9f8c Mon Sep 17 00:00:00 2001 From: Anup Navare Date: Sat, 11 Mar 2017 22:47:10 +0000 Subject: [PATCH] Updates documentation to install PySqlite3 Updates ``dev-quickstart.rst`` by adding instructions required to install sqlite development headers while building python3.5 on Ubuntu Change-Id: I2bb9bc2a62947d2cf1d6287e66fc973afab4d1f7 --- doc/source/dev/dev-quickstart.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/source/dev/dev-quickstart.rst b/doc/source/dev/dev-quickstart.rst index 39b1b0e1d..ea3f06222 100644 --- a/doc/source/dev/dev-quickstart.rst +++ b/doc/source/dev/dev-quickstart.rst @@ -73,6 +73,9 @@ it, follow the instructions for installing prerequisites above and - On Ubuntu 14.04:: + #Install SQLite development headers + sudo apt-get install libsqlite3-dev + wget https://www.python.org/ftp/python/3.5.2/Python-3.5.2.tgz sudo tar xzf Python-3.5.2.tgz cd Python-3.5.2