HOWTO run hsparse-csv-contact

This commit is contained in:
Jeff Moe 2024-09-19 12:20:30 -06:00
parent 6bba38652b
commit 7815babf19

View file

@ -12,3 +12,12 @@ source venv/bin/activate
pip install poetry pip install poetry
poetry install poetry install
``` ```
# Run
Thusly.
Example:
```
hsparse-csv-contacts --csv ~/all-contacts.csv
```