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:
|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue