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

Install oandapy #46

Open
AdriaanDiedericks opened this issue May 10, 2017 · 4 comments
Open

Install oandapy #46

AdriaanDiedericks opened this issue May 10, 2017 · 4 comments

Comments

@AdriaanDiedericks
Copy link

Hi
I am trying to install oandapy but get the following:
Input:
C:\Users\paumi\AppData\Local\Programs\Python\Python36\Scripts>pip install git+https://github.com/oanda/oandapy.git

Output:
Error [WinError 2] The system cannot find the file specified while executing command git clone -q https://github.com/oanda/oandapy.py C:\Users\paumi\AppData\Local\Temp\pip-gfad3mqg-build
Cannot find command 'git'

Any help?

@hootnot
Copy link
Contributor

hootnot commented May 10, 2017

seems like you don't have git installed .
The V20 libraries are pip installable from pypi:

  • the bindings from OANDA : pip install v20
  • hootnot bindings : pip install oandapyV20

If you have a V20 account you can use those bindings. It's easy to migrate your v1 account.

@AdriaanDiedericks
Copy link
Author

AdriaanDiedericks commented May 10, 2017 via email

@yukiko97
Copy link

what module do i import for oandapyv20?

@hootnot
Copy link
Contributor

hootnot commented Aug 1, 2017

Don't exactly understand your question. If you want usage examples, please take a look at the examples repo. If you still have oandapyV20 questions please open a new issue at hootnot/oanda-api-v20.

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

3 participants