Commit 3a8424a27fb715128e068716771e0acc933db85f
- Diff rendering mode:
- inline
- side by side
README.md
(1 / 1)
  | |||
129 | 129 | > `` $ cp swtstore/sample_config.py swtstore/config.py`` | |
130 | 130 | ||
131 | 131 | * Install the required driver for using database mentioned in the | |
132 | SQLALCHEMY_DATABASE_URI. Install pyscopg2 if you have chosen postgresql as | ||
132 | SQLALCHEMY_DATABASE_URI. Install psycopg2 if you have chosen postgresql as | ||
133 | 133 | the database to use. | |
134 | 134 | ||
135 | 135 | > `` $ pip install psycopg2 `` |