1 parent c196347 commit a946ce0Copy full SHA for a946ce0
1 file changed
bin/detect
@@ -1,5 +1,16 @@
1
#!/usr/bin/env bash
2
-# bin/detect <build-dir>
+
3
+# This script serves as the
4
+# [**Python Buildpack**](https://github.com/heroku/heroku-buildpack-python)
5
+# detector.
6
+#
7
+# A [buildpack](http://devcenter.heroku.com/articles/buildpacks) is an
8
+# adapter between a Python application and Heroku's runtime.
9
10
+# ## Usage
11
+# Compiling an app into a slug is simple:
12
13
+# $ bin/detect <build-dir> <cache-dir>
14
15
BUILD_DIR=$1
16
0 commit comments