We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6218f3b commit 24e6ab5Copy full SHA for 24e6ab5
README.rst
@@ -81,9 +81,8 @@ From source
81
82
To install from source::
83
84
- wget https://pypi.python.org/packages/94/5b/83d10952c1312fe056f8f2f524a4a59fdc9d56b84a67cae1ed779e2da50b/NetfilterQueue-0.8.tar.gz#md5=8e78db992ad3a73dd86fef05293fff65
85
- tar -xvzf NetfilterQueue-0.8.tar.gz
86
- cd NetfilterQueue-0.8
+ git clone git@github.com:kti/python-netfilterqueue.git
+ cd python-netfilterqueue
87
python setup.py install
88
89
If Cython is installed, Distutils will use it to regenerate the .c source from the .pyx. It will then compile the .c into a .so.
0 commit comments