Merge pull request #3291 from keithcallenberg/patch-1

Add missing step to getting started locally in docs
This commit is contained in:
Bruno Alla 2021-08-12 10:35:12 +02:00 committed by GitHub
commit 1bddad0275
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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