diff --git a/README.md b/README.md index f5e1eb1..cc4e9d1 100644 --- a/README.md +++ b/README.md @@ -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 ✨🍰✨ diff --git a/docs/source/deployment.rst b/docs/source/deployment.rst index dfe8307..48041b8 100644 --- a/docs/source/deployment.rst +++ b/docs/source/deployment.rst @@ -31,7 +31,7 @@ The basics:: Install Responder:: - $ pipenv install responder --pre + $ pipenv install responder ... Write out an ``api.py``:: diff --git a/docs/source/index.rst b/docs/source/index.rst index 959d87f..d6221c9 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -103,7 +103,7 @@ Installing Responder .. code-block:: shell - $ pipenv install responder --pre + $ pipenv install responder ✨🍰✨ Only **Python 3.6+** is supported.