From 330a2f67841ff12f0fd69499cec39c4025fbbbe4 Mon Sep 17 00:00:00 2001 From: Skylar Downes Date: Thu, 15 Sep 2016 16:28:37 -0700 Subject: [PATCH] Update getting-started.rst --- doc/en/getting-started.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/en/getting-started.rst b/doc/en/getting-started.rst index d9fb3b1ff..6ed6d9ed8 100644 --- a/doc/en/getting-started.rst +++ b/doc/en/getting-started.rst @@ -186,14 +186,15 @@ You can find out what kind of builtin :ref:`fixtures` exist by typing:: pytest --fixtures # shows builtin and custom fixtures Contributing tests to an existing project -------------------------------------- +------------------------------------------- Say you want to contribute some tests to an existing repository. After pulling the code into your development space using some flavor of version control and (optionally) setting up a virtualenv you will want to run:: - pip install -e # Environment dependent alternatives include + cd + pip install -e . # Environment dependent alternatives include # 'python setup.py develop' and 'conda develop' in your project root. This will set up a symlink to your code in