From fa9053ffe709126ab698d101ce465dd75bb66e02 Mon Sep 17 00:00:00 2001 From: "Matthew Dillon (diogenes)" Date: Sun, 8 Sep 2013 21:16:52 -0800 Subject: [PATCH] Minor cleanup --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ae2656f..0f1d71f 100644 --- a/README.md +++ b/README.md @@ -29,15 +29,15 @@ Installation 2) Get the data from http://snap.uaf.edu -3) Copy `config.py.default` to `config.py`, edit the parameters to suit your needs +3) Copy `config.py.default` to `config.py`, edit the parameters to suit your needs. -4) Launch a python interpreter and populate the database with data necessary for SNAPIndices to work +4) Launch a python interpreter and populate the database with data: $ python >>> import snapindices >>> snapindices.database.init_db() -5) Launch the application with +5) Launch the application with: $ ./run.py @@ -45,5 +45,5 @@ Installation Contact ------- -Do you have an idea for a feature request? Find a Bug? +Do you have an idea for a feature? Find a bug? Reach me at [matthewrdillon@gmail.com](mailto:matthewrdillon@gmail.com)