Installation
Just go to releases on github, download the latest release, unpack it and put it in your $PATH.
Installing From Source
To install from source check out the csv++ repository and run:
cargo install --path .
This assumes you've installed Rust
Google Sheets Setup
To publish to Google Sheets you will need to authenticate using the gcloud
CLI tools. First you
need to install the gcloud CLI and then run:
$ gcloud init
$ gcloud auth login --enable-gdrive-access --update-adc