Skip to content

Commit 390e965

Browse files
author
Dane Springmeyer
committed
doc followup to #29 [skip ci]
1 parent e477887 commit 390e965

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@ python setup.py develop
3333

3434
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.
3535

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`.
42+
43+
3644
```
3745
python setup.py install
3846
```

0 commit comments

Comments
 (0)