Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ Ruby gem](http://devcenter.heroku.com/articles/using-the-cli).
$ sudo pip install virtualenv
$ sudo gem install foreman heroku

Note: If you don't already have Ruby installed, it's easier to install the Foreman gem by using the [Heroku Toolbelt](https://toolbelt.heroku.com/).

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

$ virtualenv --no-site-packages env
Expand Down