Skip to content

Commit

Permalink
DOC Add conda-forge badge and installation option (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
maresb authored Apr 7, 2021
1 parent 074b32b commit 63e7860
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
pgeocode
========

|pypi| |rdfd| |GHactions|
|pypi| |condaforge| |rdfd| |GHactions|

.. |pypi| image:: https://img.shields.io/pypi/v/pgeocode.svg
:target: https://pypi.org/project/pgeocode/

.. |condaforge| image:: https://img.shields.io/conda/vn/conda-forge/pgeocode.svg
:target: https://anaconda.org/conda-forge/pgeocode

.. |rdfd| image:: https://readthedocs.org/projects/pgeocode/badge/?version=latest
:target: http://pgeocode.readthedocs.io/

Expand Down Expand Up @@ -34,6 +37,12 @@ pgeocode requires Python 3.6+ as well as ``numpy`` and ``pandas`` packages. It c
pip install pgeocode
or

.. code::
conda install -c conda-forge pgeocode
Quickstart
----------

Expand Down

0 comments on commit 63e7860

Please sign in to comment.