Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
heroku-buildpack-python
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Python-Dev
heroku-buildpack-python
Commits
b2e12f9e
Commit
b2e12f9e
authored
Feb 19, 2016
by
Kenneth Reitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Readme.md
parent
44f8e393
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
Readme.md
Readme.md
+4
-2
No files found.
Readme.md
View file @
b2e12f9e
...
@@ -28,11 +28,13 @@ Deploying a Python application couldn't be easier:
...
@@ -28,11 +28,13 @@ Deploying a Python application couldn't be easier:
-----> Discovering process types
-----> Discovering process types
Procfile declares types -> (none)
Procfile declares types -> (none)
You can also add it to upcoming builds of an existing application:
A
`requirements.txt`
file must be present at the root of your application's repository.
You can also specify the latest production relase of this buildpack for upcoming builds of an existing application:
$ heroku buildpacks:set heroku/python
$ heroku buildpacks:set heroku/python
A
`requirements.txt`
file must be found at the root of your application's repository.
Specify a Python Runtime
Specify a Python Runtime
------------------------
------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment