mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-20 12:20:29 +08:00
DEV: Updates README with numpy installation tip.
Adds `pip install numpy` to the installation notes, since `pip install zipline` will not work out of the box if numpy is not installed beforehand.
This commit is contained in:
@@ -48,7 +48,10 @@ Installation
|
||||
Since zipline is pure-python code it should be very easy to install
|
||||
and set up with pip:
|
||||
|
||||
```pip install zipline```
|
||||
```
|
||||
pip install numpy # Pre-install numpy to handle dependency chain quirk
|
||||
pip install zipline
|
||||
```
|
||||
|
||||
If there are problems installing the dependencies or zipline we
|
||||
recommend installing these packages via some other means. For Windows,
|
||||
|
||||
Reference in New Issue
Block a user