From a4ddec1157a2a4bd14db2dab3307dfee0e344b3f Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sat, 25 Apr 2015 00:48:11 -0300 Subject: [PATCH] Remove duplicated step in CONTRIBUTING --HG-- branch : contributing-fix --- CONTRIBUTING.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 73f391d75..b7d829a30 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -136,12 +136,6 @@ the issues there and submit your pull requests. fine to use ``pytest`` as your fork repository name because it will live under your user. -#. Create a development environment - (will implicitly use http://www.virtualenv.org/en/latest/):: - - $ make develop - $ source .env/bin/activate - #. Clone your fork locally using `Mercurial `_ (``hg``) and create a branch::