After installing zipline with pip, I can't run:
zipline run --help
on my OSX terminal. It says:
-bash: zipline: command not found
What am I doing wrong?
If you can import in Python you can run it from the command line with the -m argument::
python -m zipline
-m mod : run library module as a script (terminates option list)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With