From f97de3344b36bf8e0888ddb6c4cb87ab2b67caa7 Mon Sep 17 00:00:00 2001 From: DipSwitch Date: Thu, 3 Sep 2015 11:11:53 +0200 Subject: [PATCH] Improve install instructions --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f15c9e..29f3b02 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,9 @@ I'm not very sure what is the proper way to install Cython packages because I use exclusively the RPM built for my own needs. My best guess is that the following line should suffice: - python setup.py install + apt-get install libcap-dev # install dependancy + make # to build the library files + python setup.py install # install the package Dependencies ------------