Update depends
This commit is contained in:
parent
886cf58ba6
commit
75775838f0
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ currently, there's no reason to run this except for development. however, if you
|
|||
|
||||
1. clone the repository
|
||||
2. copy `src/toastbin/config.sample.json` to `src/toastbin/config.json`
|
||||
3. install dependencies (currently, we just need `flask` and `sqlalchemy` from python and `postgresql` from the system repos but this almost absoultely will change)
|
||||
3. install dependencies (currently, we just need `flask`, `psycopg2` and `sqlalchemy` from python and `postgresql` from the system repos but this almost absoultely will change)
|
||||
4. set up database:
|
||||
```sql
|
||||
CREATE DATABASE toastbin WITH ENCODING = 'UTF8';
|
||||
|
|
Loading…
Add table
Reference in a new issue