Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What package do you install #14

Open
millionarecoin opened this issue May 21, 2022 · 6 comments
Open

What package do you install #14

millionarecoin opened this issue May 21, 2022 · 6 comments

Comments

@millionarecoin
Copy link

What do you exactly pip install?

@millionarecoin
Copy link
Author

Can you provide us the command to pip install. Because pip install TradeStationClient does not work.

@millionarecoin
Copy link
Author

Ignore the above comments, figured out a way.

@samjohnson1357
Copy link

Mind telling me what package to install from pip? I'm having similar issues.

@samjohnson1357
Copy link

I guess I could just download the source code. Is that what you did, millionairecoin?

@eyesuk
Copy link

eyesuk commented Dec 30, 2023

1 - Clone the repo
2 - Cd into the new folder
3 - pip install -e .

@RockinRonE
Copy link

RockinRonE commented Sep 10, 2024

If you're trying to experiment on Google Colab, you can do the following:

!git clone https://github.com/areed1192/tradestation-python-api.git
%cd tradestation-python-api
!pip install -e . 

// This should work now
from ts.client import TradeStationClient

Hope this helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants