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
25b28af1
Commit
25b28af1
authored
Feb 19, 2016
by
Kenneth Reitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Readme.md
parent
dbe2cdac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Readme.md
Readme.md
+2
-2
No files found.
Readme.md
View file @
25b28af1
...
@@ -14,7 +14,7 @@ Example usage:
...
@@ -14,7 +14,7 @@ Example usage:
$ ls
$ ls
Procfile requirements.txt web.py
Procfile requirements.txt web.py
$ heroku create --buildpack
heroku/python
$ heroku create --buildpack
git://github.com/heroku/heroku-buildpack-python.git
$ git push heroku master
$ git push heroku master
...
...
...
@@ -30,7 +30,7 @@ Example usage:
...
@@ -30,7 +30,7 @@ Example usage:
You can also add it to upcoming builds of an existing application:
You can also add it to upcoming builds of an existing application:
$ heroku buildpacks:set
git://github.com/heroku/heroku-buildpack-python.git
$ heroku buildpacks:set
heroku/python
The buildpack will detect your app as Python if it has the file
`requirements.txt`
in the root.
The buildpack will detect your app as Python if it has the file
`requirements.txt`
in the root.
...
...
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