Split system requirements for Debian & Fedora

This commit is contained in:
Carl van Tonder 2018-05-19 13:47:30 -04:00
parent 8d2532a1b2
commit 8a68b826d3
3 changed files with 11 additions and 2 deletions

View File

@ -10,11 +10,16 @@ Kickass map for the Ojuso Project
## Install System Dependencies ## Install System Dependencies
### Debian
```bash ```bash
$ cat system-requirements.txt | sudo apt-get install -y $ cat system-requirements-debian.txt | sudo apt-get install -y
``` ```
Please note, the system dependencies have only been tested on Debian Stretch. ### Fedora
```bash
$ cat system-requirements-fedora.txt | sudo dnf install
## Bootstrap the Virtual Environment ## Bootstrap the Virtual Environment

View File

@ -0,0 +1,4 @@
gdal-devel
python3-gdal
postgresql-devel
postgis