mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 23:00:18 +00:00
Expand the direct install and run instructions
Update the direct install and run instructions. See also #287
This commit is contained in:
committed by
Ian Cordasco
parent
fc19ce3f2e
commit
a9721f0293
+3
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user