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
92d296ec
Commit
92d296ec
authored
Jan 03, 2013
by
Kenneth Reitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Readme.md
parent
99557332
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
Readme.md
Readme.md
+6
-7
No files found.
Readme.md
View file @
92d296ec
...
@@ -18,14 +18,13 @@ Example usage:
...
@@ -18,14 +18,13 @@ Example usage:
$ git push heroku master
$ git push heroku master
...
...
-----> Heroku receiving push
-----> Fetching custom git buildpack... done
-----> Fetching custom build pack... done
-----> Python app detected
-----> Python app detected
----->
Preparing virtualenv version 1.6.4
----->
No runtime.txt provided; assuming python-2.7.3;
New python executable in ./bin/python
-----> Preparing Python runtime (pyython-2.7.3)
Installing setuptools............done.
-----> Installing Distribute (0.6.34)
Installing pip...............done.
-----> Installing Pip (1.2.1)
-----> Installing dependencies using
pip version 1.0.2
-----> Installing dependencies using
Pip (1.2.1)
Downloading/unpacking Flask==0.7.2 (from -r requirements.txt (line 1))
Downloading/unpacking Flask==0.7.2 (from -r requirements.txt (line 1))
Downloading/unpacking Werkzeug>=0.6.1 (from Flask==0.7.2->-r requirements.txt (line 1))
Downloading/unpacking Werkzeug>=0.6.1 (from Flask==0.7.2->-r requirements.txt (line 1))
Downloading/unpacking Jinja2>=2.4 (from Flask==0.7.2->-r requirements.txt (line 1))
Downloading/unpacking Jinja2>=2.4 (from Flask==0.7.2->-r requirements.txt (line 1))
...
...
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