summaryrefslogtreecommitdiff
path: root/docs/quick_tour/sqla_demo/README.txt
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2021-01-09 08:12:05 -0800
committerSteve Piercy <web@stevepiercy.com>2021-01-09 08:12:05 -0800
commit3623f35b75231d05fb67406aeec0681b35f96480 (patch)
tree3cab5d51bccf12dc165bc48ceb8c459e98e9eebc /docs/quick_tour/sqla_demo/README.txt
parent6326c7ca69a5ee53a27f36ce7eec4784efaef345 (diff)
downloadpyramid-3623f35b75231d05fb67406aeec0681b35f96480.tar.gz
pyramid-3623f35b75231d05fb67406aeec0681b35f96480.tar.bz2
pyramid-3623f35b75231d05fb67406aeec0681b35f96480.zip
Update database step in Quick Tour
Diffstat (limited to 'docs/quick_tour/sqla_demo/README.txt')
-rw-r--r--docs/quick_tour/sqla_demo/README.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/quick_tour/sqla_demo/README.txt b/docs/quick_tour/sqla_demo/README.txt
index d00790492..3c3d7293e 100644
--- a/docs/quick_tour/sqla_demo/README.txt
+++ b/docs/quick_tour/sqla_demo/README.txt
@@ -4,15 +4,16 @@ sqla_demo
Getting Started
---------------
-- Change directory into your newly created project.
+- Change directory into your newly created project if not already there. Your
+ current directory should be the same as this README.txt file and setup.py.
cd sqla_demo
-- Create a Python virtual environment.
+- Create a Python virtual environment, if not already created.
python3 -m venv env
-- Upgrade packaging tools.
+- Upgrade packaging tools, if necessary.
env/bin/pip install --upgrade pip setuptools