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
This commit is contained in:
Anup Navare 2017-03-11 22:47:10 +00:00
parent 26bba448a6
commit e33afd23d1

View File

@ -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