From 402f39df9ae8fbe3a6cb310ff5d365b59f0b2641 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Gmach?= Date: Thu, 4 Oct 2018 16:52:32 +0200 Subject: [PATCH] Explicitly suggest to activate virtualenv ... and add some improve wording for objects, you can create in the ZMI. Thanks to @icemac This closes #352 --- docs/zdgbook/GettingStarted.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/zdgbook/GettingStarted.rst b/docs/zdgbook/GettingStarted.rst index 3486ec37a5..8da303c492 100644 --- a/docs/zdgbook/GettingStarted.rst +++ b/docs/zdgbook/GettingStarted.rst @@ -16,8 +16,8 @@ Prerequisites Make sure you have Python installed. Version 3.6 or higher is recommended. -Creating a `VirtualEnv `_ is -recommended. +Creating and activating a `VirtualEnv `_ +is recommended. In order to use buildout, you have to install the ``zc.buildout`` package. @@ -114,8 +114,8 @@ Use the user name and password you set earlier. http://localhost:8080/manage -You can see a list of installable applications in the drop-down box -on the top right corner. +When you have a look at the drop-down box in the top right corner, +you see a list of objects you may create. In the next section we will create the poll application. Later, we will make it installable, too.