Browse Source

Added installation guide

main
nibrag 8 years ago
parent
commit
485b906f08
1 changed files with 16 additions and 0 deletions
  1. +16
    -0
      README.rst

+ 16
- 0
README.rst View File

@@ -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


Loading…
Cancel
Save