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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,14 @@ python setup.py develop
33
33
34
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.
35
35
36
+
37
+
```
38
+
python setup.py develop --uninstall
39
+
```
40
+
41
+
Will de-activate the development install by removing the `python-mapnik` entry from `site-packages/easy-install.pth`.
0 commit comments