Skip to content

Commit

Permalink
Added instructions to download DotCloud CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
zachwill committed Jul 25, 2011
1 parent 50c5be3 commit b0c5aa9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,14 @@ First, you'll need to clone the repo.
$ git clone git@github.com:zachwill/flask-cloud.git
$ cd flask-cloud

Second, let's setup an isolated environment with `virtualenv` and `pip`
-- which you can install with the following.
Second, let's download `pip`, `virtualenv`, and the DotCloud CLI.

$ sudo easy_install pip
$ pip install virtualenv
$ pip install dotcloud

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

$ virtualenv --no-site-packages env
$ source env/bin/activate

Expand Down

0 comments on commit b0c5aa9

Please sign in to comment.