tweak the Quick Start steps in readme file
This commit is contained in:
parent
ba6359d97e
commit
19a64021df
1 changed files with 4 additions and 5 deletions
|
|
@ -9,10 +9,9 @@ This is a starter project based on
|
||||||
|
|
||||||
Make a virtual environment and install the app:
|
Make a virtual environment and install the app:
|
||||||
|
|
||||||
python3 -m venv {{cookiecutter.repo_name}}
|
python3 -m venv .venv
|
||||||
source {{cookiecutter.repo_name}}/bin/activate
|
.venv/bin/pip install -e .
|
||||||
pip install {{cookiecutter.distribution_name}}
|
.venv/bin/{{cookiecutter.package_name}} install
|
||||||
{{cookiecutter.package_name}} install
|
|
||||||
|
|
||||||
For more info see
|
For more info see
|
||||||
https://rattailproject.org/docs/wuttjamaican/narr/install/index.html
|
https://docs.wuttaproject.org/wuttjamaican/narr/install/index.html
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue