Skip to content

Commit 5eb321b

Browse files
authored
Merge pull request #176 from mfiels/patch-1
Add link to Python bindings setup instructions.
2 parents a7c5bee + 6a2f42c commit 5eb321b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Next test the Python bindings. You should be able to open a terminal and type:
1818
python -c "import mapnik;print mapnik.__file__" # should return the path to the python bindings and no errors
1919
```
2020

21-
If the above does not work (e.g. throws an `ImportError`) then please go back and ensure Mapnik is properly installed.
21+
If the above does not work (e.g. throws an `ImportError`) then please go back and ensure [Mapnik](https://github.com/mapnik/mapnik/wiki/Mapnik-Installation) and the [Mapnik Python bindings](/README.md) are properly installed.
2222
## Step 2
2323

2424
Now, we need some data to render. Let's use a shapefile of world border polygons from [naturalearthdata.com](http://naturalearthdata.com) ([direct link](http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/110m/cultural/ne_110m_admin_0_countries.zip)). Unzip the archive in an easily accessible location of your choosing. In *Step 3* we will be referencing the path to this shapefile in Python code, so make sure you know where you put it.

0 commit comments

Comments
 (0)