File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,15 +61,15 @@ Search for SSID MyNetwork using your API token. Export to KML that can be impor
6161
6262```
6363python WigleSearch.py --ssid "MyNetwork" --token-name "TOKENNAME" --token "YUORTOKEN" --format kml
64-
64+ # Or with PIP:
6565wigle-ssid-search --ssid "MyNetwork" --token-name "TOKENNAME" --token "YUORTOKEN" --format kml
6666```
6767
6868Search for SSID MyNetwork using your API token. Export to JSON format.
6969
7070```
7171python WigleSearch.py --ssid "MyNetwork" --token-name "TOKENNAME" --token "YUORTOKEN" --format json --output wifi_results.json
72-
72+ # Or with PIP:
7373wigle-ssid-search --ssid "MyNetwork" --token-name "TOKENNAME" --token "YUORTOKEN" --format json --output wifi_results.json
7474```
7575
You can’t perform that action at this time.
0 commit comments