From 7184b2db5532632b9e6c6571aeb5730b2353f9e4 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sun, 8 Dec 2024 16:07:26 -0600 Subject: [PATCH] clarify quick start commands a bit --- {{ cookiecutter.repo_name }}/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/{{ cookiecutter.repo_name }}/README.md b/{{ cookiecutter.repo_name }}/README.md index f76f6a7..6630fa5 100644 --- a/{{ cookiecutter.repo_name }}/README.md +++ b/{{ cookiecutter.repo_name }}/README.md @@ -10,9 +10,9 @@ This is a starter project based on Make a virtual environment and install the app: python3 -m venv {{cookiecutter.repo_name}} - cd {{cookiecutter.repo_name}} - bin/pip install {{cookiecutter.distribution_name}} - bin/{{cookiecutter.package_name}} install + source {{cookiecutter.repo_name}}/bin/activate + pip install {{cookiecutter.distribution_name}} + {{cookiecutter.package_name}} install For more info see https://rattailproject.org/docs/wuttjamaican/narr/install/index.html