darwinex / dwx-zeromq-connector

Wrapper library for algorithmic trading in Python 3, providing DMA/STP access to Darwinex liquidity via a ZeroMQ-enabled MetaTrader Bridge EA.
https://blog.darwinex.com/zeromq-interface-python-r-metatrader4/
BSD 3-Clause "New" or "Revised" License
346 stars 229 forks source link

[Enhancement Request] Provide a requirements.txt file to install the Python dependencies. #71

Closed metaperl closed 4 years ago

metaperl commented 4 years ago

I propose that a requirements.txt file be in https://github.com/darwinex/dwx-zeromq-connector/tree/master/v2.0.1/python/api and the README.md updated to instruct users to type pip install -r requirements.txt to install the dependencies.

contents of requirements.txt

zmq pandas

integracore2 commented 4 years ago

Thank you for pointing this out @metaperl 🙂

We'll add this right away - many thanks for all your contributions, much appreciated!

integracore2 commented 4 years ago

Done!