From 7905eb634dac80941c47bc659a0e743380c1c2be Mon Sep 17 00:00:00 2001 From: Kees Hink Date: Sat, 24 Jan 2015 14:42:08 +0100 Subject: [PATCH] Update intro.rst: Use virtualenv for bootstrapping. --- docs/intro.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/intro.rst b/docs/intro.rst index 711de12566..c83b029f6b 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -29,11 +29,11 @@ The first step in fixing a bug is getting this `buildout cd ~/buildouts # or wherever you want to put things - > git clone -b 5.0 https://github.com/plone/buildout.coredev ./plone5devel + > git clone -b 5.0 https://github.com/plone/buildout.coredev ./plone5devel > virtualenv --no-site-packages plone5devpy > cd plone5devel - > pip install -r requirements.txt - > buildout bootstrap + > ../plone5devpy/bin/pip install -r requirements.txt + > ../plone5devpy/bin/buildout bootstrap > bin/buildout -v If you run into issues in this process, please see the doc :doc:`issues`.