Skip to content

Commit

Permalink
Explicitly suggest to activate virtualenv
Browse files Browse the repository at this point in the history
... and add some improve wording for objects, you can create in the ZMI.

Thanks to @icemac 

This closes #352
  • Loading branch information
jugmac00 committed Oct 4, 2018
1 parent 612177b commit 402f39d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/zdgbook/GettingStarted.rst
Expand Up @@ -16,8 +16,8 @@ Prerequisites
Make sure you have Python installed. Version 3.6 or higher is
recommended.

Creating a `VirtualEnv <https://pypi.org/project/virtualenv/>`_ is
recommended.
Creating and activating a `VirtualEnv <https://pypi.org/project/virtualenv/>`_
is recommended.

In order to use buildout, you have to install the ``zc.buildout``
package.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 402f39d

Please sign in to comment.