From 081711ee6331e10d4806680b0d8ae11011e758df Mon Sep 17 00:00:00 2001 From: Keith Callenberg Date: Mon, 9 Aug 2021 16:29:09 -0400 Subject: [PATCH] minor correction in working directory in docs --- docs/developing-locally.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/developing-locally.rst b/docs/developing-locally.rst index f33588668..83bc1342c 100644 --- a/docs/developing-locally.rst +++ b/docs/developing-locally.rst @@ -30,6 +30,7 @@ First things first. #. Install development requirements: :: + $ cd $ pip install -r requirements/local.txt $ git init # A git repo is required for pre-commit to install $ pre-commit install