Installation
This project is in active development
There has not been an official release of PyZipline on PyPi yet, meaning these installation docs don't work.
Using the correct version
Please make sure to install the matching version of PyZipline for your Zipline version!
This documentation assumes you are using Zipline 3.7.9
.
If you are not, please see Versioning for a list of supported versions.
If you're on Zipline's trunk
version, use *
to get the latest versions of PyZipline. (1)
- I will not always update to
trunk
versions, I may occassionally do so, but for the most part, expect breaking changes to recieve fixes when a new Zipline version is released.
pip
You can use pip to install PyZipline.
The command to use differs slightly depending on what operating system you use.
On Windows:
On macOS and Linux:
Poetry
You can also use Poetry to store your dependencies.
Use the following command to install PyZipline:
Or, you can add PyZipline to your pyproject.toml
file manually: