Skip to content

Commit d3626cf

Browse files
authored
Merge pull request #681 from lewis-morris/patch-1
Update README.md
2 parents 57ec1f7 + df252c8 commit d3626cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ pip install --upgrade ShopifyAPI
4646
1. We then need to supply these keys to the Shopify Session Class so that it knows how to authenticate.
4747

4848
```python
49+
import shopify
4950
shopify.Session.setup(api_key=API_KEY, secret=API_SECRET)
5051
```
5152
1. In order to access a shop's data, apps need an access token from that specific shop. We need to authenticate with that shop using OAuth, which we can start in the following way:

0 commit comments

Comments
 (0)