Skip to content

Commit

Permalink
Add link to heroku FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
zachwill committed Sep 16, 2011
1 parent 78cfcc7 commit c085e1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -37,10 +37,12 @@ First, you'll need to clone the repo.
$ git clone git@github.com:zachwill/flask_heroku.git
$ cd flask_heroku

Second, let's download `pip` and `virtualenv`.
Second, let's download `pip`, `virtualenv`, and the [`heroku` Ruby
gem](http://devcenter.heroku.com/articles/using-the-cli).

$ sudo easy_install pip
$ sudo pip install virtualenv
$ gem install heroku

Now, you can setup an isolated environment with `virtualenv`.

Expand Down

0 comments on commit c085e1b

Please sign in to comment.