Hello,
I am trying to install upstox from python prompt , it is giving me "File "<stdin>", line 1
pip install upstox" invalid syntax (I have copied the syntax from pypi.
The reason to install again is, I have to use Pycharm + conemu
Little help, where i can be wrong in installation.
Hello Jigam,
This command "pip install upstox" isn't a python command. It is a shell or terminal command. You need to run it in the conda shell.
Another thing you can do is, run this in a jupyter notebook with the magic command prefix: !
Something like,
!pip install upstox