map-machine/doc/INSTALL.md
Sergey Vartanov 43d19b11d9 Issue #115: add installation examples.
Add `INSTALL.md` file.
2022-02-16 10:56:54 +03:00

534 B

Install

Map Machine requires Python 3.9, pip, and two libraries:

Installation examples

Ubuntu

apt install libcairo2-dev libgeos-dev
pip install git+https://github.com/enzet/map-machine

macOS

brew install cairo geos
pip install git+https://github.com/enzet/map-machine