☰
Login
Signup
Home
›
Python client
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
13.9K
All Categories
0
Incidents
156
Node JS client
40
Go client
793
.Net API client
380
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
998
Java client
1.1K
API clients
404
PHP client
4K
Python client
347
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
October 2016
vishnus
October 2016
Mohit
October 2016
Vivek
Installing kiteconnect
Mohit
October 2016
in
Python client
I am first time using APIs to connect to my local computer using the following line,
pip install kiteconnect
I am getting the following error ,
SyntaxError : Invalid syntax
Am i missing something ?
Vivek
October 2016
Could please tell us for what OS and Python version you are trying to install the library?
Mohit
October 2016
I am using version version 2.7 with Windows OS
vishnus
October 2016
@Mohit
Hi Mohit,
Can you confirm if you have pip installed?
If not, please install it as instructed in this page:
https://pip.pypa.io/en/stable/installing/
Post that, try to install kiteconnect again.
Thanks
vishnus
October 2016
edited October 2016
@Mohit
I'm guessing you are trying to run
pip install kiteconnect
inside ipython / python ide. You should be doing this outside python.
Mohit
October 2016
@vishnus
I am able to install it.
This discussion has been closed.
Hi Mohit,
Can you confirm if you have pip installed?
If not, please install it as instructed in this page: https://pip.pypa.io/en/stable/installing/
Post that, try to install kiteconnect again.
Thanks
I'm guessing you are trying to run pip install kiteconnect inside ipython / python ide. You should be doing this outside python.
I am able to install it.