Ian Dees 8 years ago
parent dd798bf883
commit d64b458042
  1. 1
      {{cookiecutter.app_name}}/README.rst

@ -23,6 +23,7 @@ Then run the following commands to bootstrap your environment.
git clone https://github.com/{{cookiecutter.github_username}}/{{cookiecutter.app_name}}
cd {{cookiecutter.app_name}}
pip install -r requirements/dev.txt
bower install
python manage.py server
You will see a pretty welcome screen.

Loading…
Cancel
Save