From: Jason Ish Date: Tue, 5 Dec 2017 13:19:55 +0000 (-0600) Subject: doc: point pip commands at the PyPI index X-Git-Tag: 1.0.0a1~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57e7cdfc6bfc792f074af4b064a556222554dc55;p=thirdparty%2Fsuricata-update.git doc: point pip commands at the PyPI index In prep for a release of 1.0.0a, suricata-update will be available on PyPI. --- diff --git a/README.rst b/README.rst index c5d0416..130d148 100644 --- a/README.rst +++ b/README.rst @@ -6,7 +6,7 @@ The tool for updating your Suricata rules. Installation ------------ - pip install https://github.com/OISF/suricata-update/archive/master.zip + pip install --pre --upgrade suricata-update Documentation ------------- diff --git a/doc/quickstart.rst b/doc/quickstart.rst index b9f2f94..7de2a2f 100644 --- a/doc/quickstart.rst +++ b/doc/quickstart.rst @@ -16,11 +16,11 @@ directory for use by your user. To install ``suricata-update`` globally:: - pip install --pre --upgrade https://github.com/OISF/suricata-update/archive/master.zip + pip install --pre --upgrade suricata-update or to install it to your own directory:: - pip install --user --pre --upgrade https://github.com/OISF/suricata-update/archive/master.zip + pip install --user --pre --upgrade suricata-update .. note:: When installing to your home directory the ``suricata-update`` program will be installed to