jugaad-py / jugaad-trader

Unofficial python client for Zerodha
https://marketsetup.in/documentation/jugaad-trader/
157 stars 112 forks source link

Unable to run zdata.py file #60

Open NV12 opened 6 months ago

NV12 commented 6 months ago

Describe the bug Module not found error

Code snippet from jugaad_trader import Zerodha kite = Zerodha()

Set access token loads the stored session.

Name chosen to keep it compatible with kiteconnect.

kite.set_access_token()

Get profile

profile = kite.profile() print(profile)

Error ModuleNotFoundError: No module named 'jugaad_trader'

Additional context Add any other context about the problem here.

hemangjoshi37a commented 4 months ago
pip install jugaad_trader