Skip to content

Commit

Permalink
add libsqlite-dev for ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
brennv committed Jul 22, 2017
1 parent a1a1238 commit eeb751d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/system-requirements.rst
Expand Up @@ -21,7 +21,7 @@ Flask-Diamond installs cleanly on Debian and Ubuntu systems released after 2011.
::

apt-get install python python-dev python-pip build-essential
apt-get install sqlite-dev
apt-get install libsqlite-dev
pip install --upgrade pip
pip install --upgrade virtualenv
pip install virtualenvwrapper
Expand Down

0 comments on commit eeb751d

Please sign in to comment.