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. 3
      {{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 %}
@ -191,4 +192,4 @@ Deployment by using `Heroku CLI <https://devcenter.heroku.com/articles/heroku-cl
git push heroku master
{%- endif %}
{%- endif %}

Loading…
Cancel
Save