Thanks so much for your reply.
Actually I also tried to install using
pip install zipline
But it gives me this error:
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/var/folders/gn/vl4x_k2128g1bb7tvclq_b780000gn/T/pip-build-0y1dyE/zipline/setup.py", line 255, in <module>
packages=find_packages('.', include=['zipline', 'zipline.*']),
TypeError: find_packages() got an unexpected keyword argument 'include'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/gn/vl4x_k2128g1bb7tvclq_b780000gn/T/pip-build-0y1dyE/zipline/
Could you please tell me how I can solve this?