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:
parent
26bba448a6
commit
e33afd23d1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user