Expand the direct install and run instructions

Update the direct install and run instructions.

See also #287
This commit is contained in:
William Scheidegger
2016-08-10 06:15:54 -05:00
committed by Ian Cordasco
parent fc19ce3f2e
commit a9721f0293
+3 -1
View File
@@ -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