summaryrefslogtreecommitdiff
path: root/docs/narr/myproject/README.txt
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2021-01-09 07:25:43 -0800
committerSteve Piercy <web@stevepiercy.com>2021-01-09 07:25:43 -0800
commit84672a3c592a3d0cdcdec549dcd72c226d938694 (patch)
tree4ceb04045eaeb85e11a8a9bec861689f75d97ebb /docs/narr/myproject/README.txt
parentf7dbb88135bd0b4cc15c9e1f3bafb78ce22e6547 (diff)
downloadpyramid-84672a3c592a3d0cdcdec549dcd72c226d938694.tar.gz
pyramid-84672a3c592a3d0cdcdec549dcd72c226d938694.tar.bz2
pyramid-84672a3c592a3d0cdcdec549dcd72c226d938694.zip
Update files from cookiecutter and output from commands
Diffstat (limited to 'docs/narr/myproject/README.txt')
-rw-r--r--docs/narr/myproject/README.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/narr/myproject/README.txt b/docs/narr/myproject/README.txt
index 6c5a0fee0..0a71384dc 100644
--- a/docs/narr/myproject/README.txt
+++ b/docs/narr/myproject/README.txt
@@ -4,15 +4,16 @@ myproject
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 myproject
-- 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