Skip to content

Commit 6bf5247

Browse files
anitaruaMomento GitHub Actions Bot
authored andcommitted
Update templated README.md file
1 parent cc9378f commit 6bf5247

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@ To get started with Momento you will need a Momento Auth Token. You can get one
2323

2424
The Momento Python SDK package is available on pypi: [momento](https://pypi.org/project/momento/).
2525

26-
## Usage
26+
## Prerequisites
27+
28+
- A Momento API key is required, you can generate one using the [Momento Console](https://console.gomomento.com/api-keys)
29+
- A Momento service endpoint is required. You can find a [list of them here](https://docs.momentohq.com/platform/regions)
2730

28-
The examples below require an environment variable named `MOMENTO_API_KEY` which must
29-
be set to a valid Momento API key. You can get one from the [Momento Console](https://console.gomomento.com).
31+
## Usage
3032

3133
Python 3.10 introduced the `match` statement, which allows for [structural pattern matching on objects](https://peps.python.org/pep-0636/#adding-a-ui-matching-objects).
3234
If you are running python 3.10 or greater, here is a quickstart you can use in your own project:
@@ -83,8 +85,8 @@ Documentation is available on the [Momento Docs website](https://docs.momentohq.
8385
Working example projects, with all required build configuration files, are available for both Python 3.10 and up
8486
and Python versions before 3.10:
8587

86-
* [Python 3.10+ examples](./examples/py310)
87-
* [Pre-3.10 Python examples](./examples/prepy310)
88+
- [Python 3.10+ examples](./examples/py310)
89+
- [Pre-3.10 Python examples](./examples/prepy310)
8890

8991
## Developing
9092

0 commit comments

Comments
 (0)