diff options
| -rw-r--r-- | pyramid/scaffolds/alchemy/README.txt_tmpl | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pyramid/scaffolds/alchemy/README.txt_tmpl b/pyramid/scaffolds/alchemy/README.txt_tmpl index 40f98d14a..efea71c5c 100644 --- a/pyramid/scaffolds/alchemy/README.txt_tmpl +++ b/pyramid/scaffolds/alchemy/README.txt_tmpl @@ -1 +1,14 @@ {{project}} README +================== + +Getting Started +--------------- + +- cd <directory containing this file> + +- $venv/bin/python setup.py develop + +- $venv/bin/populate_{{project}} development.ini + +- $venv/bin/pserve development.ini + |
