Skip to content

Commit 65178af

Browse files
authored
Update README with installation and usage details
Added installation instructions and usage examples.
1 parent cf5a204 commit 65178af

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
# Wigle2KML-py
22
coverts wigle's API json output to KML for Geo / Google Earth
33

4+
## Install /w PIP, if you want
5+
```
6+
pip install wigle2kml-py
7+
# then use wigle2kml
8+
```
9+
10+
411
There are other similar tools, this one is pretty simple.
512
```python
613
python3 wigle2kml.py filename.json output.kml
14+
# or
15+
wigle2kml filename.json output.kml
716
```
817
The KML file can then be imported into Google Earth or other tools that support KML
918

0 commit comments

Comments
 (0)