8 lines
301 B
Bash
8 lines
301 B
Bash
source /home/gabriel/dev/Python/Environments/xlsx2kmz/bin/activate
|
|
python3 /home/gabriel/dev/Python/xlsx2kmz/src/__main__.py \
|
|
-i data/housing.xlsx \
|
|
-o testoutput.kml \
|
|
-b data/Acoomodations.kmz \
|
|
-n "Price,Who,Includes Bills" \
|
|
-d "Url,Min Stay,Who,Price,Notes" \
|
|
-l Location |