diff options
| author | Steve Piercy <web@stevepiercy.com> | 2021-01-08 04:11:05 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2021-01-08 04:11:05 -0800 |
| commit | f5d9f402f04d535ae2e3445860af3e57f598cbd2 (patch) | |
| tree | 0abb3269aaedff854b2888909abfbcde897e041a /docs/tutorials/wiki2/src/authentication/README.txt | |
| parent | 6645c479b8a880bc895720097035f21b2e791f30 (diff) | |
| download | pyramid-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.txt | 7 |
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 |
