From 485b906f08fd8a67f61a506b24a4ca7c83e1fb9d Mon Sep 17 00:00:00 2001 From: nibrag Date: Sat, 28 May 2016 16:54:12 +0300 Subject: [PATCH] Added installation guide --- README.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.rst b/README.rst index bc6a971..bbb1f4e 100644 --- a/README.rst +++ b/README.rst @@ -22,6 +22,22 @@ TODO - UDP associate - TCP port binding +Installation +------------ +You can install it using Pip: + +.. code-block:: + + pip install aiosocks + +If you want the latest development version, you can install it from source: + +.. code-block:: + + git clone git@github.com:nibrag/aiosocks.git + cd aiosocks + python setup.py install + Usage ----- direct usage