Skip to content
This repository was archived by the owner on Nov 18, 2024. It is now read-only.

Commit 7c10f04

Browse files
Update tutorials.md
1 parent 1a2d10c commit 7c10f04

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/tutorials.md

+6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ In this section you'll learn how to get started with the code in this project.
1010
or
1111
`python -m pip install thetadata`
1212

13+
##READ THIS!
14+
15+
You will not be able to use Theta Data unless you instaniate a ThetaClient object with the `username` and `passwd` fields. These examples do not instaniate ThetaClient that way but you should. An example of proper ThetaClient instaniation is as follows:
16+
17+
```client = ThetaClient(username="my_theta_data_email", passwd="my_thetadata_passwd")```
18+
1319
## Free data
1420

1521
### Get end of day data

0 commit comments

Comments
 (0)