Skip to content
Snippets Groups Projects
Commit 1f5ea80d authored by Sérgio's avatar Sérgio Committed by James Curtin
Browse files

Adds pipenv shell to docs

It might be confusing for beginners following the docs if the `pipenv shell` is not there
parent 4406823e
No related branches found
No related tags found
No related merge requests found
......@@ -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 %}
\ No newline at end of file
{%- endif %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment