Skip to content

Commit

Permalink
Updated Install docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Mar 1, 2015
1 parent 06ceb4b commit 954c3fe
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docs/Install.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,22 @@

This Python module is hosted on [PyPi](https://pypi.python.org/pypi).

**Installing with pip**
**Install from PyPi**

PyPi will be the most stable version.

```bash
$ pip install geocoder
```

Installing with ``Easy Install`` **Not recommended**
**Install from GitHub**

GitHub will have the latest version.

```bash
$ easy_install geocoder
$ git clone https://github.com/DenisCarriere/geocoder.git
$ cd geocoder
$ python setup.py install
```

**Upgrade**
Expand Down

0 comments on commit 954c3fe

Please sign in to comment.