Skip to content

Commit

Permalink
In the README, exemplify defining an app ID. Closes #22.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Nov 18, 2020
1 parent 334efb7 commit 34f8954
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Basic usage is pretty simple. Create the client with your App ID (request from
Wolfram Alpha)::

import wolframalpha
app_id = 'ABC-123' # get your own at https://products.wolframalpha.com/api/
client = wolframalpha.Client(app_id)

Then, you can send queries, which return Result objects::
Expand Down

0 comments on commit 34f8954

Please sign in to comment.