From 3915ea7a12e094f2f398a9c80dd2c4064c978d0f Mon Sep 17 00:00:00 2001 From: Daniel Bernstein Date: Thu, 7 Sep 2023 11:37:11 -0700 Subject: [PATCH] Add prereq and installation sections to README.md. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 36669c3..9bc4753 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,17 @@ A suite of command line operations for exporting and importing quicksight dashboards from and to AWS accounts. Exported resources can be found [here](https://github.com/ThePalaceProject/palace-quicksight-resources). +## Prerequisites + +Install Poetry: [Installation instructions here](https://python-poetry.org/docs/). + +## Installation + +```shell +poetry install +poetry run ./bin/palace-quicksight --help +``` + ## Usage ```shell