From a9721f0293ee79b5859b43af16fb9de50d468dd8 Mon Sep 17 00:00:00 2001 From: William Scheidegger Date: Wed, 10 Aug 2016 06:15:54 -0500 Subject: [PATCH] Expand the direct install and run instructions Update the direct install and run instructions. See also #287 --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index c49db74..2b2721f 100644 --- a/README.rst +++ b/README.rst @@ -190,10 +190,12 @@ For example, using Gunicorn: $ pip install httpbin $ gunicorn httpbin:app -Or run it directly: +Or install and run it directly: .. code:: bash + $ git clone git@github.com:Runscope/httpbin.git + $ pip install -e httpbin $ python -m httpbin.core [--port=PORT] [--host=HOST] Changelog