summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2018-02-28 17:17:37 +0200
committerYuval Adam <_@yuv.al>2018-02-28 17:17:37 +0200
commitcb5aa1b847fb73d058e13b9da47ed8ef7669c30e (patch)
tree7fdf02977e94f14bb3030002e3ca1e195082c92b
parentb974226bbcaa2e0629454168e128464d0063eb5d (diff)
Add Install section in README
-rw-r--r--README.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index bbac849..9b828ee 100644
--- a/README.rst
+++ b/README.rst
@@ -6,6 +6,13 @@ A small Python 3 library for decoding .NET viewstate. Can be used in various scr
.. image:: https://travis-ci.org/yuvadm/viewstate.svg?branch=master
:target: https://travis-ci.org/yuvadm/viewstate
+Install
+-------
+
+.. code-block:: shell
+
+ $ pip install viewstate
+
Usage
-----