minor correction in working directory in docs

This commit is contained in:
Keith Callenberg 2021-08-09 16:29:09 -04:00 committed by GitHub
parent 103cc9f2ff
commit 081711ee63
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