You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,22 +31,28 @@ Assuming that you built your own mapnik from source, and you have run `make inst
31
31
python setup.py develop
32
32
```
33
33
34
-
If you wish to are currently developing on mapnik-python and wish to change the code in place and immediately have python changes reflected in your environment.
34
+
If you are currently developing on mapnik-python and wish to change the code in place and immediately have python changes reflected in your environment.
35
35
36
36
37
+
```
38
+
python setup.py install
39
+
```
40
+
41
+
If you wish to just install the package.
42
+
37
43
```
38
44
python setup.py develop --uninstall
39
45
```
40
46
41
47
Will de-activate the development install by removing the `python-mapnik` entry from `site-packages/easy-install.pth`.
42
48
43
49
50
+
If you need Pycairo, make sure that PYCAIRO is set to true in your environment or run:
51
+
44
52
```
45
-
python setup.py install
53
+
PYCAIRO=true python setup.py develop
46
54
```
47
55
48
-
If you wish to just install the package
49
-
50
56
## Testing
51
57
52
58
Once you have installed you can test the package by running:
0 commit comments