diff options
| author | Chris McDonough <chrism@agendaless.com> | 2008-07-24 20:54:31 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2008-07-24 20:54:31 +0000 |
| commit | 14c8095fd1f088dbfd27a450c9da6b0e0b4d9a6b (patch) | |
| tree | f13ea41afada16606877568b3fc3bd4fac5e2176 /docs/tutorials/lxmlgraph/step01.rst | |
| parent | e8a2f4a540f6a8ec0947c19f319d2e5235e8cdf8 (diff) | |
| download | pyramid-14c8095fd1f088dbfd27a450c9da6b0e0b4d9a6b.tar.gz pyramid-14c8095fd1f088dbfd27a450c9da6b0e0b4d9a6b.tar.bz2 pyramid-14c8095fd1f088dbfd27a450c9da6b0e0b4d9a6b.zip | |
Steps 1 & 2 appear sane.
Diffstat (limited to 'docs/tutorials/lxmlgraph/step01.rst')
| -rw-r--r-- | docs/tutorials/lxmlgraph/step01.rst | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/docs/tutorials/lxmlgraph/step01.rst b/docs/tutorials/lxmlgraph/step01.rst index bf0f29085..6c6f93191 100644 --- a/docs/tutorials/lxmlgraph/step01.rst +++ b/docs/tutorials/lxmlgraph/step01.rst @@ -2,13 +2,14 @@ Step 1: Getting Started ======================= -To get started, run ``paster create -t bfg`` as described in -:ref:_project_narr to create your lxmlgraph project:: +To get started, using the ``paster`` command from a :term:`virtualenv` +you've created that has ``repoze.bfg`` installed, run ``paster create +-t bfg`` as described in :ref:`project_narr` to create your lxmlgraph +project:: - $ paster create -t bfg - Selected and implied templates: - repoze.bfg#bfg repoze.bfg starter project + $ paster create -t bfg Selected and implied templates: repoze.bfg#bfg + repoze.bfg starter project Enter project name: lxmlgraph ... @@ -17,4 +18,8 @@ To get started, run ``paster create -t bfg`` as described in You now have a project named ``lxmlgraph`` in your current directory. We'll add to this project in subsequent steps. - +To get your project ready for development and execution, use the +``setup.py develop`` command within the same virtualenv as bfg is +installed as documented in :ref:`project_narr` . You'll need to do +this in order to run the ``lxmlgraph`` application in subsequent +steps. |
