ashishkumar30/Stock_Market_Live_Trading_using_AI

Missing documentation

aasimenator opened this issue · 3 comments

Hi, Where is the documentation on how to use this bot, how to setup it up / install it or even run it?

I am using Visual Studio Enterprise 2019

use these codes in jupyter notebook directly or copy paste code in visual studio

When running i get the following errors,
ImportError: No module named secrets
NameError: name 'KiteConnect' is not defined
NameError: name 'pd' is not defined

Also I have to keep on pressing Run multiple times

When running i get the following errors,
ImportError: No module named secrets
NameError: name 'KiteConnect' is not defined
NameError: name 'pd' is not defined

Also I have to keep on pressing Run multiple times

Solution is

import all libraries
pip install kiteConnect
pip install pandas
pip install secrets