Skip to content

Commit

Permalink
Merge pull request #269 from evandandrea/snap-instructions
Browse files Browse the repository at this point in the history
Mention snap instructions in the API docs
  • Loading branch information
DenisCarriere committed Aug 10, 2017
2 parents 8dcad85 + 80e5d23 commit aa026ed
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,39 @@ API Overview
Installation
~~~~~~~~~~~~

PyPi Install
------------

To install Geocoder, simply:

.. code-block:: bash
$ pip install geocoder
Or on any of the supported `Linux distros`_:

.. _Linux distros: https://snapcraft.io/docs/core/install

.. code-block:: bash
$ sudo snap install geocoder
GitHub Install
--------------

Installing the latest version from Github:
Installing the latest version from GitHub:

.. code-block:: bash
$ git clone https://github.com/DenisCarriere/geocoder
$ cd geocoder
$ python setup.py install
Or on any of the supported `Linux distros`_:

.. _Linux distros: https://snapcraft.io/docs/core/install

.. code-block:: bash
$ sudo snap install geocoder --edge
Examples
~~~~~~~~

Expand Down

0 comments on commit aa026ed

Please sign in to comment.