Skip to content

Commit

Permalink
Merge pull request #70 from plone/khink-virtualenv
Browse files Browse the repository at this point in the history
Update intro.rst: Use virtualenv for bootstrapping.
  • Loading branch information
gforcada committed Mar 19, 2015
2 parents 7bd8f06 + 7905eb6 commit e3afbf6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ The first step in fixing a bug is getting this `buildout <https://github.com/plo
To set up a plone 5 development environment::

> 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`.
Expand Down

0 comments on commit e3afbf6

Please sign in to comment.