JourneyJoker/debian_setup.sh
Klaus-Uwe Mitterer a3d31c5cc3 Implement PDF generator
Improve mail view
Implement voucher generation
2021-05-31 07:20:27 +02:00

5 lines
No EOL
203 B
Bash

#!/bin/bash
apt install libpq-dev build-essential libpython3-dev postgis python3-pip python3-venv libgdal-dev wkhtmltopdf -y
python3 -m venv venv
source venv/bin/activate
pip install -Ur requirements.txt