Skip to content

Commit 24e6ab5

Browse files
committed
Installation instructions- replace wget with git clone
1 parent 6218f3b commit 24e6ab5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,8 @@ From source
8181

8282
To install from source::
8383

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
84+
git clone git@github.com:kti/python-netfilterqueue.git
85+
cd python-netfilterqueue
8786
python setup.py install
8887

8988
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

Comments
 (0)