From 522e1826946e8e5b0f661a5ffb637838827f7cec Mon Sep 17 00:00:00 2001 From: Rick Breidenstein Date: Mon, 13 Mar 2017 18:45:10 -0400 Subject: [PATCH] added python3-dev to dependencies (#724) make release fails without it --- docs/quickstart/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart/index.rst b/docs/quickstart/index.rst index 1479f0c5..b1cc657c 100644 --- a/docs/quickstart/index.rst +++ b/docs/quickstart/index.rst @@ -27,7 +27,7 @@ If installing Lemur on a bare Ubuntu OS you will need to grab the following pack .. code-block:: bash $ sudo apt-get update - $ sudo apt-get install nodejs-legacy python-pip python-dev libpq-dev build-essential libssl-dev libffi-dev nginx git supervisor npm postgresql + $ sudo apt-get install nodejs-legacy python-pip python-dev python3-dev libpq-dev build-essential libssl-dev libffi-dev nginx git supervisor npm postgresql .. note:: PostgreSQL is only required if your database is going to be on the same host as the webserver. npm is needed if you're installing Lemur from the source (e.g., from git).