README.md

December 8, 2019 ยท View on GitHub

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