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
8db1f07f
Commit
8db1f07f
authored
Dec 31, 2016
by
matsulib
Committed by
Kenneth Reitz
Dec 31, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md (#354)
parent
17081d03
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
README.md
README.md
+8
-8
No files found.
README.md
View file @
8db1f07f
...
@@ -21,12 +21,12 @@ Deploying a Python application couldn't be easier:
...
@@ -21,12 +21,12 @@ Deploying a Python application couldn't be easier:
$ git push heroku master
$ git push heroku master
...
...
-----> Python app detected
-----> Python app detected
-----> Installing python-2.7.1
2
-----> Installing python-2.7.1
3
$ pip install -r requirements.txt
$ pip install -r requirements.txt
Collecting requests (from -r requirements.txt (line 1))
Collecting requests (from -r requirements.txt (line 1))
Downloading requests-2.1
0.0-py2.py3-none-any.whl (501k
B)
Downloading requests-2.1
2.4-py2.py3-none-any.whl (576K
B)
Installing collected packages: requests
Installing collected packages: requests
Successfully installed requests-2.1
0.0
Successfully installed requests-2.1
2.4
-----> Discovering process types
-----> Discovering process types
Procfile declares types -> (none)
Procfile declares types -> (none)
...
@@ -44,11 +44,11 @@ Specify a Python Runtime
...
@@ -44,11 +44,11 @@ Specify a Python Runtime
Specific versions of the Python runtime can be specified with a
`runtime.txt`
file:
Specific versions of the Python runtime can be specified with a
`runtime.txt`
file:
$ cat runtime.txt
$ cat runtime.txt
python-3.
5.2
python-3.
6.0
Runtime options include:
Runtime options include:
-
`python-2.7.1
2
`
-
`python-2.7.1
3
`
-
`python-3.
5.2
`
-
`python-3.
6.0
`
-
`pypy-5.
3.1
`
(unsupported, experimental)
-
`pypy-5.
6.0
`
(unsupported, experimental)
-
`pypy3-
2.4
.0`
(unsupported, experimental)
-
`pypy3-
5.5
.0`
(unsupported, experimental)
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