Skip to content

Commit

Permalink
reflect requirements addition
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffknupp committed Aug 13, 2013
1 parent e8dd7af commit d2774f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,11 @@ in backwards incompatible ways.*

### Installation

`pip install sandman`. The requirements aren't set up on PyPI yet but that's
easily taken care of below.
`pip install sandman`.

### Quickstart

You'll need to `pip install Flask-SQLAlchemy`. OK, that takes care of the
requirements...

Now you'll need to create one file with the following contents (which I call `runserver.py`):
You'll need to create one file with the following contents (which I call `runserver.py`):

```python
from sandman.model import register, Model
Expand Down
10 changes: 0 additions & 10 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,3 @@ Installation
Simply run::

pip install sandman

The requirements aren't set up on PyPI yet but that's easily taken care of below.

**Requirements**

You'll need to install Flask-SQLAlchemy::
pip install Flask-SQLAlchemy
OK, that takes care of the requirements...

0 comments on commit d2774f7

Please sign in to comment.