Install postgres pip package
This commit is contained in:
parent
8c8465df52
commit
c79af4b675
|
@ -35,7 +35,7 @@ print_action "Installing pip packages, this may take a while..."
|
|||
|
||||
# install required pip packages
|
||||
yes | python -m pip install --upgrade wheel
|
||||
yes | python -m pip install django gunicorn django-libsass django-compressor django-axes django-redis
|
||||
yes | python -m pip install django gunicorn django-libsass django-compressor django-axes django-redis psycopg2-binary
|
||||
|
||||
print_action "Setting up static files and database"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user