oanda / oandapy

Python wrapper for the OANDA REST API
MIT License
321 stars 147 forks source link

Install oandapy #46

Open AdriaanDiedericks opened 7 years ago

AdriaanDiedericks commented 7 years ago

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 commented 7 years ago

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

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

AdriaanDiedericks commented 7 years ago

Thanks! That worked

On 10 May 2017 at 17:57, Feite Brekeveld notifications@github.com wrote:

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.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/oanda/oandapy/issues/46#issuecomment-300528795, or mute the thread https://github.com/notifications/unsubscribe-auth/AbRtj88eeas-FSwPXBkyhmWr_dEmyn8nks5r4d5lgaJpZM4NWznQ .

-- 368 JR Destrik Cullinan Gauteng 1001 Mobile: 0027739455901

yukiko97 commented 7 years ago

what module do i import for oandapyv20?

hootnot commented 7 years ago

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.