mirror of
https://github.com/sprockets/sprockets.http.git
synced 2024-11-14 11:19:26 +00:00
Document sentry extra dep
This commit is contained in:
parent
980942cc28
commit
bc46b2dc2f
1 changed files with 13 additions and 0 deletions
13
README.rst
13
README.rst
|
@ -16,6 +16,19 @@ in a clean manner.
|
|||
- catches ``SIGINT`` (e.g., ``Ctrl+C``)
|
||||
- application run in a single process
|
||||
|
||||
Installation
|
||||
------------
|
||||
.. code::
|
||||
|
||||
pip install sprockets.http
|
||||
|
||||
The ``sentry`` extra dependency can be used to install the dependencies
|
||||
needed to allow sprockets.http to automatically configure integration with Sentry.
|
||||
|
||||
.. code::
|
||||
|
||||
pip install sprockets.http[sentry]
|
||||
|
||||
Running Your Application
|
||||
------------------------
|
||||
Running a Tornado application intelligently should be very easy. Ideally
|
||||
|
|
Loading…
Reference in a new issue