Skip to content

Commit

Permalink
Add prereq and installation sections to README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbernstein committed Sep 7, 2023
1 parent ffd9f9f commit 3915ea7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3915ea7

Please sign in to comment.