From 63f1c791da782519a2473f7b4a18e8302d2fa5d3 Mon Sep 17 00:00:00 2001 From: twiecki Date: Wed, 5 Mar 2014 13:13:07 -0500 Subject: [PATCH] DOC: Changed conda install channel. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7b618d4..70dca230 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Conda We provide experimental support for conda packages. Thus if you installed [Anaconda](http://continuum.io/downloads) you can try: ``` -conda install -c https://binstar.org/twiecki zipline +conda install -c Quantopian zipline ``` Currently this only works for linux 64 bit. If you want to help extend this,