We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b2e81c commit c4dacfaCopy full SHA for c4dacfa
README.rest
@@ -6,7 +6,11 @@ Python 2 and 3 implementation of Event Fabric API to send events.
6
Setup
7
-----
8
9
-The library dependes on the `Requests <http://docs.python-requests.org/en/latest/>`_ HTTP library, install it with::
+If you want to use the library you can install it with pip::
10
+
11
+ sudo pip install eventfabric
12
13
+For development the library depends on the `Requests <http://docs.python-requests.org/en/latest/>`_ HTTP library, install it with::
14
15
pip install requests
16
0 commit comments