Open NV12 opened 6 months ago
Describe the bug Module not found error
Code snippet from jugaad_trader import Zerodha kite = Zerodha()
kite.set_access_token()
profile = kite.profile() print(profile)
Error ModuleNotFoundError: No module named 'jugaad_trader'
Additional context Add any other context about the problem here.
pip install jugaad_trader
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.