Merge pull request #372 from mlschneid/master

Encouraging use of stable
This commit is contained in:
2019-07-16 11:05:07 -04:00
committed by GitHub
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -31,10 +31,10 @@ See [the documentation's feature tour](https://python-responder.org/en/latest/to
# Installing Responder
Install the latest release:
Install the stable release:
$ pipenv install responder --pre
$ pipenv install responder
✨🍰✨
+1 -1
View File
@@ -31,7 +31,7 @@ The basics::
Install Responder::
$ pipenv install responder --pre
$ pipenv install responder
...
Write out an ``api.py``::
+1 -1
View File
@@ -103,7 +103,7 @@ Installing Responder
.. code-block:: shell
$ pipenv install responder --pre
$ pipenv install responder
✨🍰✨
Only **Python 3.6+** is supported.