Skip to content

Commit 5ed02e2

Browse files
committed
update readme
1 parent d85bfc1 commit 5ed02e2

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

README.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1-
# Get Started
2-
[Install Python](https://www.python.org/downloads/) - If you don't have dotnet already installed on your machine.
3-
4-
[Square Python SDK Guide](https://developer.squareup.com/docs/sdks/python/using-python-sdk) - details on how to use / configure the Square client.
1+
# Square Python SDK Quickstart
52

6-
[Python Quickstart Guide](https://developer.squareup.com/docs/sdks/python/quick-start) - The quickstart directory is based off of this document.
7-
8-
[Pip repository for Square](https://pypi.org/project/squareup/) - Where the package files are hosted
9-
10-
[Python SDK Source Code](https://github.com/square/square-python-sdk) - Github repo with sdk source code
3+
This quickstart sample creates a Square client instance with your Square access token and then lists the locations in your account.
4+
The sample is based on the [Python SDK Quickstart guide](https://developer.squareup.com/docs/sdks/python/quick-start).
115

6+
## Setup
7+
[Install Python](https://www.python.org/downloads/) - If you don't have dotnet already installed on your machine.
128

139
## Quickstart Instructions
1410

@@ -47,4 +43,11 @@
4743
1. You should see output similar to this in your console
4844
```
4945
LHJ1ZXP3YSV8X: Default Test Account, 1600 Pennsylvania Ave NW, Washington
50-
```
46+
```
47+
48+
## Resources
49+
[Square Python SDK Guide](https://developer.squareup.com/docs/sdks/python/using-python-sdk) - details on how to use / configure the Square client.
50+
51+
[Pip repository for Square](https://pypi.org/project/squareup/) - Where the package files are hosted
52+
53+
[Python SDK Source Code](https://github.com/square/square-python-sdk) - Github repo with sdk source code

0 commit comments

Comments
 (0)