From 70bfc5eab355bfd62bbdf9535caa9cd10263adcb Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Fri, 19 Feb 2016 16:02:03 -0500 Subject: [PATCH] Update Readme.md --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index b1bbfae5..6ca095d6 100644 --- a/Readme.md +++ b/Readme.md @@ -1,11 +1,11 @@ # Heroku Buildpack: Python  -This is the official [Heroku buildpack](http://devcenter.heroku.com/articles/buildpacks) for Python applications, powered by [pip](http://www.pip-installer.org/) and other excellent software. +This is the official [Heroku buildpack](http://devcenter.heroku.com/articles/buildpacks) for Python apps, powered by [pip](http://www.pip-installer.org/) and other excellent software. Recommended web frameworks include **Django** and **Flask**. The recommended webserver is **Gunicorn**. There are no restrictions around what software can be used (as long as it's pip-installable). Web processes must bind to `$PORT`, and only the HTTP protocol is permitted for incoming connections. -Some Python packages with obscure C dependencies (e.g scipy) are not compatible. +Some Python packages with obscure C dependencies (e.g. scipy) are not compatible. See it in Action ---------------- -- GitLab