2020-12-09 21:38:05 -05:00

11 lines
308 B
Markdown

# uva-covid19-testing-communicator
This project depends on pipenv for requirements management.
So install pipenv and run
```
pipenv install
```
It needs a postgres database. If you are developing locally, then you can
just go into the postgres directory, and run the docker container to start things up.