From f5d9f402f04d535ae2e3445860af3e57f598cbd2 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Fri, 8 Jan 2021 04:11:05 -0800 Subject: Update all steps pytest.ini, .gitignore, and README.txt --- docs/tutorials/wiki2/src/models/README.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'docs/tutorials/wiki2/src/models/README.txt') diff --git a/docs/tutorials/wiki2/src/models/README.txt b/docs/tutorials/wiki2/src/models/README.txt index 5d5133e34..ed6b88b49 100644 --- a/docs/tutorials/wiki2/src/models/README.txt +++ b/docs/tutorials/wiki2/src/models/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 -- cgit v1.2.3