Skip to content

Commit

Permalink
update README with installation section
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhantgoel committed May 20, 2018
1 parent 08f28dd commit c0dc3c1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@ Please note, that this library has only been tested with Python 3 (specifically,
versions 3.3, 3.4, 3.5, and 3.6). Python 2.7 is not supported yet, but pull
requests are always welcome!

Installation
------------

.. code-block:: bash
$ pip install streaming-form-data
In case you prefer cloning the Github repository and installing manually, please
note that :code:`master` is the development branch, so :code:`stable` is what
you should be cloning.

Usage
-----

Expand Down

0 comments on commit c0dc3c1

Please sign in to comment.