Skip to content

Commit

Permalink
Made install clear in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Mar 1, 2015
1 parent 67dc3de commit 3899b68
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
16 changes: 4 additions & 12 deletions docs/Quickstart.md → docs/Install.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
Title: Quickstart - Python Geocoder API
Summary: Home page for Geocoder
Authors: Denis Carriere
Date: February 20, 2015
base_url: http://geocoder.readthedocs.org
# Install


# Quickstart

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

### Install
Installing with ``PIP``
**Installing with pip**

```bash
$ pip install geocoder
Expand All @@ -23,7 +14,8 @@ Installing with ``Easy Install`` **Not recommended**
$ easy_install geocoder
```

### Upgrade
**Upgrade**

When a newer versions is released, here's to install it.

```bash
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pages:

# User Guide
# ==========
- ['Quickstart.md', 'User Guide', 'Quickstart']
- ['Install.md', 'User Guide', 'Install']

# Features
# ========
Expand Down

0 comments on commit 3899b68

Please sign in to comment.