We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dear Zipline Maintainers,
The Pip command in zipline documentation is as follows $ pip install zipline-reloaded
also the link to Documentation has changed to https://zipline.ml4trading.io/
for people using Conda the Documentation shows
conda install -c ml4t -c conda-forge -c ranaroussi zipline-reloaded
command has to be followed
If you use just pip install zipline it gives you tons of errors saying almost nothing is compatible with it.
Here is how you can reproduce this issue on your machine:
use pip install zipline-reloaded or use conda install -c ml4t -c conda-forge -c ranaroussi zipline-reloaded
pip install zipline-reloaded
Sincerely, Waseem Ahmed
Waseem Ahmed
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Dear Zipline Maintainers,
The Pip command in zipline documentation is as follows
$ pip install zipline-reloaded
also the link to Documentation has changed to
https://zipline.ml4trading.io/
for people using Conda the Documentation shows
conda install -c ml4t -c conda-forge -c ranaroussi zipline-reloaded
command has to be followed
If you use just pip install zipline it gives you tons of errors saying almost nothing is compatible with it.
Here is how you can reproduce this issue on your machine:
Reproduction Steps
What steps have you taken to resolve this already?
use
pip install zipline-reloaded
or
use
conda install -c ml4t -c conda-forge -c ranaroussi zipline-reloaded
Sincerely,
Waseem Ahmed
The text was updated successfully, but these errors were encountered: