clarify quick start commands a bit
This commit is contained in:
parent
80249808fd
commit
7184b2db55
|
@ -10,9 +10,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 {{cookiecutter.repo_name}}
|
||||||
cd {{cookiecutter.repo_name}}
|
source {{cookiecutter.repo_name}}/bin/activate
|
||||||
bin/pip install {{cookiecutter.distribution_name}}
|
pip install {{cookiecutter.distribution_name}}
|
||||||
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://rattailproject.org/docs/wuttjamaican/narr/install/index.html
|
||||||
|
|
Loading…
Reference in a new issue