Skip to content

Commit

Permalink
Problem: documentation does not mention virtualenv
Browse files Browse the repository at this point in the history
Solution: document it.
  • Loading branch information
gotcha committed Mar 9, 2021
1 parent 9d63021 commit 79a3a84
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions doc/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,15 @@ Getting started with Buildout
First steps
===========

The easiest way to install Buildout is with pip:
The recommended way to install Buildout is to use pip within a virtual environment:

.. code-block:: console
pip install zc.buildout
virtualenv mybuildout
cd mybuildout
bin/pip install zc.buildout
To use Buildout, you need to provide a Buildout configuration. Here is
a minimal configuration:
Expand Down

0 comments on commit 79a3a84

Please sign in to comment.