mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +03:00
Merge pull request #3291 from keithcallenberg/patch-1
Add missing step to getting started locally in docs
This commit is contained in:
commit
1bddad0275
|
@ -30,6 +30,7 @@ First things first.
|
|||
|
||||
#. Install development requirements: ::
|
||||
|
||||
$ cd <what you have entered as the project_slug at setup stage>
|
||||
$ pip install -r requirements/local.txt
|
||||
$ git init # A git repo is required for pre-commit to install
|
||||
$ pre-commit install
|
||||
|
|
Loading…
Reference in New Issue
Block a user