From 87945f3d062c777403f28055ff31cfec73b131e2 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 12 Jan 2017 22:14:33 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6a2006c..163f846 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,12 @@ Conda Buildpack This is a [Heroku Buildpack](https://devcenter.heroku.com/articles/buildpacks) for [Conda](http://conda.pydata.org/), the Python distribution for scientific computing by Continuum Analytics. +----------------------- + +**Note:** Heroku now recommends using their beta Docker support to achieve [similar results](https://github.com/heroku-examples/python-miniconda). + +----------------------- + This buildpack enables the installation of binary packages through the open source [conda](http://conda.pydata.org/) application. Conda is recognized as being core to Continuum's Anaconda Scientific Python distro