Skip to content

Commit

Permalink
add upgrade instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelsoup42 committed Oct 28, 2023
1 parent 3cf3571 commit 5694e8e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ pipx install git+https://github.com/pixelsoup42/cardano_account_pandas_dumper

Try to run `cardano_account_pandas_dumper -h`. If it fails with `cardano_account_pandas_dumper: command not found`, you need to run `pipx ensurepath` and open a new terminal window to use the tool. If it still doesn't work, you probably need to relogin. This is a one-time setup for all [`pipx`](https://pypa.github.io/pipx/) installs.

## Upgrading

After the first install, run

```sh
pipx upgrade cardano_account_pandas_dumper
```

to get the latest version.

## Basic Usage

The simplest use case is to just run the tool, specifying the CSV output file name and the staking address(es) you are interested in:
Expand Down

0 comments on commit 5694e8e

Please sign in to comment.