Adds pipenv shell to docs

It might be confusing for beginners following the docs if the `pipenv shell` is not there
master
Sérgio 5 years ago committed by James Curtin
parent 4406823ec8
commit 1f5ea80d0c
  1. 1
      {{cookiecutter.app_name}}/README.rst

@ -14,6 +14,7 @@ Run the following commands to bootstrap your environment ::
cd {{cookiecutter.app_name}}
{%- if cookiecutter.use_pipenv == "yes" %}
pipenv install --dev
pipenv shell
{%- else %}
pip install -r requirements/dev.txt
{%- endif %}

Loading…
Cancel
Save