summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/src/views/README.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2021-01-08 11:23:55 -0600
committerGitHub <noreply@github.com>2021-01-08 11:23:55 -0600
commit837358ee6be552fd2f990d1ed8d6ea9e1c98d583 (patch)
tree428ca0ffdc76dcaff66e5f51a71fe8aff108548b /docs/tutorials/wiki2/src/views/README.txt
parentd6c8d570667a86d94f8c485f89a0a559ef94f121 (diff)
parentf5642a5f212bb852598bc90a0f62311f4b0e7c61 (diff)
downloadpyramid-837358ee6be552fd2f990d1ed8d6ea9e1c98d583.tar.gz
pyramid-837358ee6be552fd2f990d1ed8d6ea9e1c98d583.tar.bz2
pyramid-837358ee6be552fd2f990d1ed8d6ea9e1c98d583.zip
Merge pull request #3646 from stevepiercy/prep-2.0-docs
Prep 2.0 docs
Diffstat (limited to 'docs/tutorials/wiki2/src/views/README.txt')
-rw-r--r--docs/tutorials/wiki2/src/views/README.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/tutorials/wiki2/src/views/README.txt b/docs/tutorials/wiki2/src/views/README.txt
index 5d5133e34..ed6b88b49 100644
--- a/docs/tutorials/wiki2/src/views/README.txt
+++ b/docs/tutorials/wiki2/src/views/README.txt
@@ -4,15 +4,16 @@ myproj
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 tutorial
-- 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