Expand test coverage, bugfix
[EVA-2020-02-2.git] / library / README.rst
index 72c7ff4af0a5907454b90fa52ed5448978673662..f90e0720eda2696288304feed67d9bf9d9ad0bec 100644 (file)
@@ -1,7 +1,11 @@
-Enviro pHAT Plus
-================
+Enviro+ pHAT
+============
 
-|Build Status| |Coverage Status| |PyPi Package| |Python Versions|
+`Build Status <https://travis-ci.com/pimoroni/enviroplus-python>`__
+`Coverage
+Status <https://coveralls.io/github/pimoroni/enviroplus-python?branch=master>`__
+`PyPi Package <https://pypi.python.org/pypi/enviroplus>`__ `Python
+Versions <https://pypi.python.org/pypi/enviroplus>`__
 
 Installing
 ==========
@@ -10,17 +14,17 @@ Stable library from PyPi:
 
 -  Just run ``sudo pip install enviroplus``
 
+(**Note** that you’re best using the git clone / install.sh method below
+if you want all of the UART serial configuration for the PMS5003
+particulate matter sensor to run automatically)
+
 Latest/development library from GitHub:
 
 -  ``git clone https://github.com/pimoroni/enviroplus-python``
 -  ``cd enviroplus-python``
 -  ``sudo ./install.sh``
 
-.. |Build Status| image:: https://travis-ci.com/pimoroni/enviroplus-python.svg?branch=master
-   :target: https://travis-ci.com/pimoroni/enviroplus-python
-.. |Coverage Status| image:: https://coveralls.io/repos/github/pimoroni/enviroplus-python/badge.svg?branch=master
-   :target: https://coveralls.io/github/pimoroni/enviroplus-python?branch=master
-.. |PyPi Package| image:: https://img.shields.io/pypi/v/enviroplus.svg
-   :target: https://pypi.python.org/pypi/enviroplus
-.. |Python Versions| image:: https://img.shields.io/pypi/pyversions/enviroplus.svg
-   :target: https://pypi.python.org/pypi/enviroplus
+0.0.1
+-----
+
+* Initial Release