Split system requirements for Debian & Fedora
This commit is contained in:
parent
8d2532a1b2
commit
8a68b826d3
@ -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
|
||||||
|
|
||||||
|
4
system-requirements-fedora.txt
Normal file
4
system-requirements-fedora.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
gdal-devel
|
||||||
|
python3-gdal
|
||||||
|
postgresql-devel
|
||||||
|
postgis
|
Loading…
Reference in New Issue
Block a user