summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/src/authentication/README.txt
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2021-01-08 04:11:05 -0800
committerSteve Piercy <web@stevepiercy.com>2021-01-08 04:11:05 -0800
commitf5d9f402f04d535ae2e3445860af3e57f598cbd2 (patch)
tree0abb3269aaedff854b2888909abfbcde897e041a /docs/tutorials/wiki2/src/authentication/README.txt
parent6645c479b8a880bc895720097035f21b2e791f30 (diff)
downloadpyramid-f5d9f402f04d535ae2e3445860af3e57f598cbd2.tar.gz
pyramid-f5d9f402f04d535ae2e3445860af3e57f598cbd2.tar.bz2
pyramid-f5d9f402f04d535ae2e3445860af3e57f598cbd2.zip
Update all steps pytest.ini, .gitignore, and README.txt
Diffstat (limited to 'docs/tutorials/wiki2/src/authentication/README.txt')
-rw-r--r--docs/tutorials/wiki2/src/authentication/README.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/tutorials/wiki2/src/authentication/README.txt b/docs/tutorials/wiki2/src/authentication/README.txt
index 5d5133e34..ed6b88b49 100644
--- a/docs/tutorials/wiki2/src/authentication/README.txt
+++ b/docs/tutorials/wiki2/src/authentication/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