From 6a64222bfb18bd49e3a12f509f38ee7f2585799f Mon Sep 17 00:00:00 2001 From: David Lord Date: Fri, 29 Jan 2021 18:27:37 -0800 Subject: add type annotations --- CONTRIBUTING.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'CONTRIBUTING.rst') diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 2310bb1..ca21906 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -106,11 +106,12 @@ First time setup > env\Scripts\activate -- Install MarkupSafe in editable mode with development dependencies. +- Install the development dependencies, then install MarkupSafe in + editable mode. .. code-block:: text - $ pip install -e . -r requirements/dev.txt + $ pip install -r requirements/dev.txt && pip install -e . - Install the pre-commit hooks. -- cgit v1.2.1