From 648dea63ac6600529aab94e4807bc45992af2061 Mon Sep 17 00:00:00 2001 From: Sean Gillies Date: Thu, 4 Sep 2014 10:21:12 -0600 Subject: [PATCH] Fix install doc formatting. --- INSTALL.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 70eb720bd..d418e6809 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -4,18 +4,14 @@ Mapnik is cross platform and runs on Linux, Mac OSX, Solaris, *BSD, and Windows. To configure and build Mapnik do: -```bash - $ ./configure - $ make -``` + ./configure + make To use a Python interpreter that is not named `python` for your build, do something like the following instead: -```bash - $ PYTHON=python2 ./configure - $ make PYTHON=python2 -``` + PYTHON=python2 ./configure + make PYTHON=python2 NOTE: the above will not work on windows, rather see https://github.com/mapnik/mapnik/wiki/WindowsInstallation