tfukaza / harvest

Simple and intuitive Python framework for algorithmic trading. Easily create bots to live and paper trade stocks, crypto, and options!
https://tfukaza.github.io/harvest-website
MIT License
124 stars 26 forks source link

Add bdist #108

Closed tfukaza closed 3 years ago

tfukaza commented 3 years ago

Create bdist for Mac, Windows, and UNIX to speed up installation.

shershah010 commented 3 years ago

Would it be better to just create a whl and have users install it via pip install harvest-0.1.0-py3-none-any.whl or pip install harvest-0.1.0-py3-none-any.whl[Robinhood]

tfukaza commented 3 years ago

If I understand it right, bdist and wheel are somewhat synonymous. So yes, you can just create a whl. I'm thinking after v0.2 is released, or possibly sometime earlier, I will upload harvest to PyPI.