diff options
| author | Michael Merickel <michael@merickel.org> | 2016-04-11 21:26:24 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2016-04-11 21:26:24 -0500 |
| commit | f9a67aa2f725d9375fb00321b67c2bfa211b4cff (patch) | |
| tree | 94e7611ebf1418fc747d61aacc788b74db198004 /docs/tutorials/wiki/src/views | |
| parent | a7b1c24fad460b254ecbe51d46f9855d4b99f67b (diff) | |
| download | pyramid-f9a67aa2f725d9375fb00321b67c2bfa211b4cff.tar.gz pyramid-f9a67aa2f725d9375fb00321b67c2bfa211b4cff.tar.bz2 pyramid-f9a67aa2f725d9375fb00321b67c2bfa211b4cff.zip | |
fix readme to show directions in both alchemy and zodb
Diffstat (limited to 'docs/tutorials/wiki/src/views')
| -rw-r--r-- | docs/tutorials/wiki/src/views/README.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/tutorials/wiki/src/views/README.txt b/docs/tutorials/wiki/src/views/README.txt index 6f851e9b7..dcb3605b8 100644 --- a/docs/tutorials/wiki/src/views/README.txt +++ b/docs/tutorials/wiki/src/views/README.txt @@ -1 +1,12 @@ tutorial README +================== + +Getting Started +--------------- + +- cd <directory containing this file> + +- $VENV/bin/pip install -e . + +- $VENV/bin/pserve development.ini + |
