From 97bb56b3020680df938e8580866d84144af2baf6 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 25 Jan 2013 12:33:30 -0500 Subject: [PATCH] Tweak the dev instructions. --- doc/development.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/development.md b/doc/development.md index d68b49228e..91931e85f9 100644 --- a/doc/development.md +++ b/doc/development.md @@ -9,9 +9,8 @@ This will read the `Gemfile` and install all of the gems specified there. ### Python -In order, run the following: +Run the following:: - pip install -r pre-requirements.txt pip install -r requirements.txt pip install -r test-requirements.txt