File tree Expand file tree Collapse file tree 1 file changed +13
-10
lines changed
Expand file tree Collapse file tree 1 file changed +13
-10
lines changed Original file line number Diff line number Diff line change 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
47431. 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
You can’t perform that action at this time.
0 commit comments