Skip to content

Commit

Permalink
Modify Readme and Setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
areed1192 committed Apr 4, 2020
1 parent 3de6211 commit dba52f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ For certain requests, in a limited fashion, it will help validate your request w

Requests for saved orders, regular orders, watchlists, and option chains can be a challenging process that has multiple opportunities to make mistakes. This library has built-in objects that will allow you to quickly build your request and then validate certain portions of your request when possible.

## Requirements

- You must have a TD Ameritrade Account.
- You must have a TD Ameritrade Developer Account. Please go to following [folder](https://github.com/areed1192/td-ameritrade-python-api/tree/master/samples/resources/td-developer-account) for instructions on how to create a Developer account.

## Documentation and Resources

### Official API Documentation
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

# I'm in alpha development still, so a compliant version number is a1.
# read this as MAJOR VERSION 0, MINOR VERSION 1, MAINTENANCE VERSION 0
version='0.2.2',
version='0.2.3',

# here is a simple description of the library, this will appear when someone searches for the library on https://pypi.org/search
description='A python client lirbary for the TD Ameritrade API.',
Expand Down

0 comments on commit dba52f1

Please sign in to comment.