Skip to content

Commit c4dacfa

Browse files
committed
add pip instructions
1 parent 2b2e81c commit c4dacfa

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.rest

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ Python 2 and 3 implementation of Event Fabric API to send events.
66
Setup
77
-----
88

9-
The library dependes on the `Requests <http://docs.python-requests.org/en/latest/>`_ HTTP library, install it with::
9+
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::
1014

1115
pip install requests
1216

0 commit comments

Comments
 (0)