Oladipo Odumosu
2016-11-14 2552d88c0deac50615801675f348b132cea0f413
 should be loaded from the virtualenv
1 files modified
4 ■■■■ changed files
docs/quick_tour.rst 4 ●●●● patch | view | raw | blame | history
docs/quick_tour.rst
@@ -504,7 +504,7 @@
.. code-block:: bash
    $ pcreate --list
    $ $VENV/bin/pcreate --list
    Available scaffolds:
      alchemy:                 Pyramid project using SQLAlchemy, SQLite, URL dispatch, and Jinja2
      pyramid_jinja2_starter:  Pyramid Jinja2 starter project
@@ -517,7 +517,7 @@
.. code-block:: bash
    $ pcreate --scaffold pyramid_jinja2_starter hello_world
    $ $VENV/bin/pcreate --scaffold pyramid_jinja2_starter hello_world
We next use the normal Python command to set up our package for development: