From c92ce54a3717ef1d6e6cba1fd354e7399227e1d8 Mon Sep 17 00:00:00 2001 From: Jake Moshenko Date: Tue, 13 May 2014 17:44:45 -0400 Subject: [PATCH] Reduce a step in the worker bootstrap. --- workers/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/workers/README.md b/workers/README.md index e91246861..94c13fc10 100644 --- a/workers/README.md +++ b/workers/README.md @@ -25,7 +25,6 @@ start the worker ``` cd quay virtualenv --distribute venv -source venv/bin/activate -pip install -r requirements.txt +venv/bin/pip install -r requirements.txt sudo venv/bin/python -m workers.dockerfilebuild -D ```