mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-09 07:06:51 +02:00
23 lines
No EOL
603 B
Text
23 lines
No EOL
603 B
Text
\2 {Install} {install}
|
|
|
|
Map Machine requires \ref {https://www.python.org} {Python} 3.9, \ref {https://pip.pypa.io/en/stable/installation/} {pip}, and two libraries\:
|
|
|
|
\list
|
|
{\ref {https://www.cairographics.org/download/} {cairo 2D graphic library},}
|
|
{\ref {https://libgeos.org} {GEOS library}.}
|
|
|
|
\2 {Installation examples} {installation-examples}
|
|
|
|
\3 {Ubuntu} {ubuntu}
|
|
|
|
\code {
|
|
apt install libcairo2-dev libgeos-dev
|
|
pip install git+https://github.com/enzet/map-machine
|
|
} {shell}
|
|
|
|
\3 {macOS} {macos}
|
|
|
|
\code {
|
|
brew install cairo geos
|
|
pip install git+https://github.com/enzet/map-machine
|
|
} {shell} |