Commit 3a8424a27fb715128e068716771e0acc933db85f
Fixinf spelling error in README.md
| | | | 129 | > `` $ cp swtstore/sample_config.py swtstore/config.py`` | 129 | > `` $ cp swtstore/sample_config.py swtstore/config.py`` |
---|
130 | | 130 | |
---|
131 | * Install the required driver for using database mentioned in the | 131 | * Install the required driver for using database mentioned in the |
---|
132 | SQLALCHEMY_DATABASE_URI. Install pyscopg2 if you have chosen postgresql as | | SQLALCHEMY_DATABASE_URI. Install pyscopg2 if you have chosen postgresql as |
---|
| | 132 | SQLALCHEMY_DATABASE_URI. Install psycopg2 if you have chosen postgresql as | 133 | the database to use. | 133 | the database to use. |
---|
134 | | 134 | |
---|
135 | > `` $ pip install psycopg2 `` | 135 | > `` $ pip install psycopg2 `` |
---|