Skip to content

Commit

Permalink
docs: add note about local dev options for postgres
Browse files Browse the repository at this point in the history
Co-authored-by: Marie Gauthier <[email protected]>
  • Loading branch information
wgwz and blushi committed Oct 19, 2023
1 parent 7706be7 commit d57cbbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Both the Regen Groups UI and the Regen Marketplace use this API to access the da
In order to run this project locally you will need the following:

1. a [local testnet](https://docs.regen.network/ledger/get-started/local-testnet.html) version of regen-ledger with REST API and RPC enabled
2. a postgresql database running
2. a postgresql database running, either locally or through [docker](#local-development-with-docker)
3. a working python3 installation
4. the [poetry package manager](https://python-poetry.org/docs/#installation) for python installed

Expand Down

0 comments on commit d57cbbb

Please sign in to comment.