From 19a64021df22b3a08d8ea7bb5c347c14d2ae3d3c Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sun, 4 Jan 2026 20:31:10 -0600 Subject: [PATCH] tweak the Quick Start steps in readme file --- {{ cookiecutter.repo_name }}/README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/{{ cookiecutter.repo_name }}/README.md b/{{ cookiecutter.repo_name }}/README.md index 6630fa5..1be3e5e 100644 --- a/{{ cookiecutter.repo_name }}/README.md +++ b/{{ cookiecutter.repo_name }}/README.md @@ -9,10 +9,9 @@ This is a starter project based on Make a virtual environment and install the app: - python3 -m venv {{cookiecutter.repo_name}} - source {{cookiecutter.repo_name}}/bin/activate - pip install {{cookiecutter.distribution_name}} - {{cookiecutter.package_name}} install + python3 -m venv .venv + .venv/bin/pip install -e . + .venv/bin/{{cookiecutter.package_name}} install For more info see -https://rattailproject.org/docs/wuttjamaican/narr/install/index.html +https://docs.wuttaproject.org/wuttjamaican/narr/install/index.html