summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2021-01-29 18:27:37 -0800
committerDavid Lord <davidism@gmail.com>2021-01-29 18:40:05 -0800
commit6a64222bfb18bd49e3a12f509f38ee7f2585799f (patch)
tree8c36679e1883ee23bcbecd6ccd0ae5d92e8f995e /CONTRIBUTING.rst
parent9724cdedc887632d64d8fc7ed40056d0a8431f06 (diff)
downloadmarkupsafe-6a64222bfb18bd49e3a12f509f38ee7f2585799f.tar.gz
add type annotations
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst5
1 files changed, 3 insertions, 2 deletions
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.