From 54dd2e2e94aeebd6d476e7628c1b0a821fe07c62 Mon Sep 17 00:00:00 2001 From: Collyer Date: Wed, 12 Nov 2025 15:21:47 +0000 Subject: [PATCH] fix syntax error preventing publishing to PyPi --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index c8d582a4..f9cf1228 100644 --- a/README.rst +++ b/README.rst @@ -44,7 +44,7 @@ As a developer: - Navigate to the directory where this repo is cloned. - Use `pip install -e .` to install an editable version of the package. -- Use `pip install .[dev]`to install the dependencies for developers. +- Use `pip install .[dev]` to install the dependencies for developers. - For working on docs, also use `pip install .[docs]`. - Set up pre-commit to run automatically with `pre-commit install`.