Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------
Expand Down