shlomiku / zipline-trader

Zipline Trader, a Pythonic Algorithmic Trading Library with broker integration
https://github.com/shlomikushchi/zipline-trader
Apache License 2.0
317 stars 71 forks source link

Support installation using Anaconda #175

Closed daraul closed 3 years ago

daraul commented 3 years ago

I know you already said anaconda isn't supported, and have already said so in the docs. However, I figured it'd at least be useful for people transitioning to this alternative that have already been using anaconda successfully to see where the project stands on that point.

I know a little python at this point, and don't mind throwing my hand in, but I'd appreciate a point in the right direction if possible.

shlomiku commented 3 years ago

Hi, you are welcome to add support for anaconda and open a PR. I don't have enough experience with anaconda to do that. I don't see a reason for this redundancy right now (pypi and anaconda) for a private package(maintained by private users) I've made tutorials to help out with installation, check them out in the docs