diff options
| author | Steve Piercy <web@stevepiercy.com> | 2021-01-09 07:38:08 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2021-01-09 07:38:08 -0800 |
| commit | 8143e8679b5025a648272ec17942307c243c59b5 (patch) | |
| tree | 89ff4841db16fb630f075d0c2ea6a43bd7bac73e /docs/quick_tutorial/cookiecutters/README.txt | |
| parent | 84672a3c592a3d0cdcdec549dcd72c226d938694 (diff) | |
| download | pyramid-8143e8679b5025a648272ec17942307c243c59b5.tar.gz pyramid-8143e8679b5025a648272ec17942307c243c59b5.tar.bz2 pyramid-8143e8679b5025a648272ec17942307c243c59b5.zip | |
Update Quick Tutorial cookiecutter step
Diffstat (limited to 'docs/quick_tutorial/cookiecutters/README.txt')
| -rw-r--r-- | docs/quick_tutorial/cookiecutters/README.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/quick_tutorial/cookiecutters/README.txt b/docs/quick_tutorial/cookiecutters/README.txt index 55c5dcec6..74a86520c 100644 --- a/docs/quick_tutorial/cookiecutters/README.txt +++ b/docs/quick_tutorial/cookiecutters/README.txt @@ -4,15 +4,16 @@ cc_starter 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 cc_starter -- 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 |
