diff options
| author | Yuval Adam <_@yuv.al> | 2018-02-28 17:17:37 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2018-02-28 17:17:37 +0200 |
| commit | cb5aa1b847fb73d058e13b9da47ed8ef7669c30e (patch) | |
| tree | 7fdf02977e94f14bb3030002e3ca1e195082c92b | |
| parent | b974226bbcaa2e0629454168e128464d0063eb5d (diff) | |
Add Install section in README
| -rw-r--r-- | README.rst | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 ----- |
