From 63bfc02424c5a0f3459747b7eca463e1bc05e08d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Thu, 18 Jan 2018 14:24:42 +0200 Subject: [PATCH] README: Add python-dev to Ubuntu deps --- README | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index fb8a43f..4951ba4 100644 --- a/README +++ b/README @@ -36,7 +36,7 @@ Ubuntu .. code:: bash - $ sudo apt-get install libmysqlclient-dev libsnmp-dev + $ sudo apt-get install libmysqlclient-dev libsnmp-dev python-dev Installation ------------ diff --git a/README.md b/README.md index f625b86..95cdbec 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ downtime for a device during scheduled maintenance to avoid trap storms. ### Ubuntu ```bash -$ sudo apt-get install libmysqlclient-dev libsnmp-dev +$ sudo apt-get install libmysqlclient-dev libsnmp-dev python-dev ``` ## Installation