diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-04-12 02:15:01 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-04-12 02:15:01 -0700 |
| commit | f4013e4ed87d1ebec94756e07220b7ee273727b4 (patch) | |
| tree | 92fdaba2b8e98d513c3cb5b9e2d5fa02b78f1e4c /docs | |
| parent | db13c844714121e2e6e37382dfd8dbe3716a3bfc (diff) | |
| parent | 734ff1958e3bcc84ca1ede5252609fdd21eccb23 (diff) | |
| download | pyramid-f4013e4ed87d1ebec94756e07220b7ee273727b4.tar.gz pyramid-f4013e4ed87d1ebec94756e07220b7ee273727b4.tar.bz2 pyramid-f4013e4ed87d1ebec94756e07220b7ee273727b4.zip | |
Merge pull request #2478 from stevepiercy/docs/easy-install-to-pip.2104
fix readme in narr/MyProject (used in project.rst and testing.rst)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/MyProject/README.txt | 11 | ||||
| -rw-r--r-- | docs/quick_tour/sqla_demo/README.txt | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/docs/narr/MyProject/README.txt b/docs/narr/MyProject/README.txt index c28d0d94a..70759eba1 100644 --- a/docs/narr/MyProject/README.txt +++ b/docs/narr/MyProject/README.txt @@ -1 +1,12 @@ MyProject README +================== + +Getting Started +--------------- + +- cd <directory containing this file> + +- $VENV/bin/pip install -e . + +- $VENV/bin/pserve development.ini + diff --git a/docs/quick_tour/sqla_demo/README.txt b/docs/quick_tour/sqla_demo/README.txt index c7f9d6474..b6d4c7798 100644 --- a/docs/quick_tour/sqla_demo/README.txt +++ b/docs/quick_tour/sqla_demo/README.txt @@ -6,7 +6,7 @@ Getting Started - cd <directory containing this file> -- $VENV/bin/python setup.py develop +- $VENV/bin/pip install -e . - $VENV/bin/initialize_sqla_demo_db development.ini |
