Minor cleanup
This commit is contained in:
parent
7db313fcb9
commit
fa9053ffe7
1 changed files with 4 additions and 4 deletions
|
@ -29,15 +29,15 @@ Installation
|
||||||
|
|
||||||
2) Get the data from http://snap.uaf.edu
|
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
|
$ python
|
||||||
>>> import snapindices
|
>>> import snapindices
|
||||||
>>> snapindices.database.init_db()
|
>>> snapindices.database.init_db()
|
||||||
|
|
||||||
5) Launch the application with
|
5) Launch the application with:
|
||||||
|
|
||||||
$ ./run.py
|
$ ./run.py
|
||||||
|
|
||||||
|
@ -45,5 +45,5 @@ Installation
|
||||||
Contact
|
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)
|
Reach me at [matthewrdillon@gmail.com](mailto:matthewrdillon@gmail.com)
|
||||||
|
|
Loading…
Add table
Reference in a new issue