diff --git a/README.rst b/README.rst index 2e02f9b..74d538d 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ -blinkpy |Build Status| |Coverage Status| -============================================= +blinkpy |Build Status| |Coverage Status| |PyPi Version| +=========================================================== A Python library for the Blink Camera system Only compatible with Python 3+ @@ -14,9 +14,19 @@ Original protocol hacking by MattTW : https://github.com/MattTW/BlinkMonitorProt API calls faster than 60 seconds is not recommended as it can overwhelm Blink's servers. Please use this module responsibly. -Installation -================ -``pip3 install blinkpy`` +Installing Development Version +================================== +To install the current development version, perform the following steps. Note that the following will create a blinkpy directory in your home area: + +.. code:: bash + + $ cd ~ + $ git clone https://github.com/fronzbot/blinkpy.git + $ cd blinkpy + $ rm -rf build dist + $ python3 setup.py bdist_wheel + $ pip3 install --upgrade dist/*.whl + Purpose =========== @@ -123,3 +133,6 @@ The ``BlinkURLHandler`` class expects to be initialized with the region id found :target: https://travis-ci.org/fronzbot/blinkpy .. |Coverage Status| image:: https://coveralls.io/repos/github/fronzbot/blinkpy/badge.svg?branch=master :target: https://coveralls.io/github/fronzbot/blinkpy?branch=master +.. |PyPi Version| image:: https://img.shields.io/pypi/v/blinkpy.svg + :target: https://pypi.python.org/pypi/blinkpy + \ No newline at end of file diff --git a/requirements_test.txt b/requirements_test.txt index 1f8e313..06fff4d 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,10 +1,10 @@ flake8==3.3 flake8-docstrings==1.1.0 -pylint==1.7.1 +pylint==1.7.2 pydocstyle==2.0.0 pytest>=2.9.2 pytest-cov>=2.3.1 pytest-sugar>=0.8.0 pytest-timeout>=1.0.0 restructuredtext-lint>=1.0.1 -pygments>=2.2.0 \ No newline at end of file +pygments>=2.2.0