mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 12:46:54 +00:00
commit
6bff0029f2
@ -31,6 +31,15 @@ The directory tree might look like:
|
||||
|
||||
## Install dependencies
|
||||
|
||||
|
||||
|
||||
**Either install psycopg2 from source or from your os distribution (preferred),
|
||||
or uncomment #psycopg2-binary to psycopg2-binary:**
|
||||
|
||||
```bash
|
||||
$ sed -i 's/#psycopg2-binary/psycopg2-binary/' requirements.txt # (optional see above)
|
||||
```
|
||||
|
||||
```bash
|
||||
$ virtualenv --python=python3 ../venv
|
||||
$ source ../venv/bin/activate
|
||||
|
||||
@ -9,4 +9,5 @@ matplotlib
|
||||
django-bootstrap-datepicker-plus==3.0.5
|
||||
django-mathfilters
|
||||
django-bootstrap3
|
||||
psycopg2==2.9.1
|
||||
#uncomment below if you cannot / want not install psycopg2 from source or distribution package
|
||||
#psycopg2-binary
|
||||
|
||||
Loading…
Reference in New Issue
Block a user