Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 853 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 853 Bytes

Third-party dependencies:

All the python third-party dependencies are in requirement.txt

Install by pip install -r requirement.txt

  1. Install sqlite (if not installed already)

####Below are not required or related to deprecated functionality:

  1. gdax python implementation.

    • Official gdax python doesn't support websockets. Install danpaquin/gdax-python or joshith/gdax-python manually.
    • coinbasepro official python library is good and included in requirements.txt
  2. ta-lib -- not required - using tulip now. which is directly installable with pip

    1. pip install TA-Lib