I'm following the instructions to install Plone with Buildout (Install Plone with Buildout — Plone Documentation v6).
I've created a new virtual environment and installed Buildout into it. I created a buildout.cfg
file as directed my the instructions, bootstrapped Buildout, then ran the buildout
command to install Plone. While this downloaded a bunch of eggs, it didn't create the instance
command that the instructions direct me to run next.
I'm trying to make this work on Windows, which I understand is not especially well supported. I haven't seen any error messages, however, so I'm at a loss as to what's actually going on.