From f74ce3363f7c3187e9f50e077a0ccc528ed35c77 Mon Sep 17 00:00:00 2001 From: Nick Moreton Date: Tue, 12 Dec 2023 10:36:10 +0000 Subject: [PATCH] Fix typo in docs/developer.md --- CHANGELOG | 3 +++ docs/developer.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index d23fad6..eab399e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file. ## Unreleased +- Update pr-commit config +- Fix typo in docs + ## [1.1.0] - 2023-02-12 - Drop older supported versions diff --git a/docs/developer.md b/docs/developer.md index fbdfb09..c7f9c7b 100644 --- a/docs/developer.md +++ b/docs/developer.md @@ -5,7 +5,7 @@ With a virtual environment activated, install the package in editable mode: ```bash -pip install -e "[.development]" +pip install -e ".[development]" ``` There is a [testapp](../tests/testapp/) provided that is a fully configured minimal setup using Wagtail v4.2