tweak the Quick Start steps in readme file

This commit is contained in:
Lance Edgar 2026-01-04 20:31:10 -06:00
parent ba6359d97e
commit 19a64021df

View file

@ -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