codeforamerica / pdfhook

A Python web application for converting PDF forms into PDF-filling APIs
https://pdfhook.herokuapp.com
MIT License
46 stars 24 forks source link

Installation on ubuntu #82

Open bengolder opened 8 years ago

bengolder commented 8 years ago

venv is not included by default.

sudo apt-get install python3-venv

psycopg2 install failed (should not be a core dependency, it's only heroku) java was not installed

sudo apt-get install default-jre