Touched up to make INSTALL a valid reST format
This commit is contained in:
parent
695d64bb7b
commit
36360f98aa
1 changed files with 4 additions and 3 deletions
7
INSTALL
7
INSTALL
|
@ -20,14 +20,15 @@ Run python interpreter and check installation
|
||||||
$ python
|
$ python
|
||||||
>>> from mapnik import *
|
>>> from mapnik import *
|
||||||
Traceback (most recent call last):
|
Traceback (most recent call last):
|
||||||
File "<stdin>", line 1, in <module>
|
File "<stdin>", line 1, in <module>
|
||||||
ImportError: No module named mapnik
|
ImportError: No module named mapnik
|
||||||
>>>
|
>>>
|
||||||
|
|
||||||
If you get this error ensure mapnik in is your PYTHONPATH. If you experience other errors see http://trac.mapnik.org/wiki/InstallationTroubleshooting.
|
If you get this error ensure that Mapnik in is your PYTHONPATH.
|
||||||
|
|
||||||
If not then visit https://trac.mapnik.org/wiki/GettingStarted for a basic tutorial.
|
Otherwise your setup is ready. You can now visit http://trac.mapnik.org/wiki/GettingStarted for a basic tutorial.
|
||||||
|
|
||||||
|
For troubleshooting other errors see: http://trac.mapnik.org/wiki/InstallationTroubleshooting.
|
||||||
|
|
||||||
Prerequisites
|
Prerequisites
|
||||||
-------------
|
-------------
|
||||||
|
|
Loading…
Reference in a new issue