Skip to content

Commit 0e362b2

Browse files
authored
Merge pull request #116 from mbonnefoy/update_readme
Add Pycairo instructions to README
2 parents f7bfce4 + d8b536c commit 0e362b2

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,28 @@ Assuming that you built your own mapnik from source, and you have run `make inst
3131
python setup.py develop
3232
```
3333

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

3636

37+
```
38+
python setup.py install
39+
```
40+
41+
If you wish to just install the package.
42+
3743
```
3844
python setup.py develop --uninstall
3945
```
4046

4147
Will de-activate the development install by removing the `python-mapnik` entry from `site-packages/easy-install.pth`.
4248

4349

50+
If you need Pycairo, make sure that PYCAIRO is set to true in your environment or run:
51+
4452
```
45-
python setup.py install
53+
PYCAIRO=true python setup.py develop
4654
```
4755

48-
If you wish to just install the package
49-
5056
## Testing
5157

5258
Once you have installed you can test the package by running:

0 commit comments

Comments
 (0)