Skip to content

Commit d69439d

Browse files
author
Tom MacWright
committed
Adding easy_install directions
1 parent c20ad66 commit d69439d

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,26 @@ MBUtil is a utility for importing and exporting the [MBTiles](http://mbtiles.org
44

55
## Installation
66

7+
Git checkout (requires git)
8+
79
git clone git://github.com/mapbox/mbutil.git
10+
cd mbutil
811
./mbutil.py -h
912

13+
Python installation (requires easy_install)
14+
15+
easy_install mbutil
16+
mbutil.py -h
17+
1018
## Usage
1119

1220
Export an `mbtiles` file to files on the filesystem:
1321

14-
./mbutil.py World_Light.mbtiles adirectory
22+
mbutil.py World_Light.mbtiles adirectory
1523

1624
Import a directory into a `mbtiles` file
1725

18-
./mbutil.py directory World_Light.mbtiles
26+
mbutil.py directory World_Light.mbtiles
1927

2028
## Requirements
2129

0 commit comments

Comments
 (0)