From ebb03a2c4bca7674773bde1c50163d85297c82c4 Mon Sep 17 00:00:00 2001 From: GregorZiegltrumAA Date: Wed, 30 Oct 2024 09:16:51 +0100 Subject: [PATCH] Update README.md --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index bdf03d1..8ee0353 100644 --- a/README.md +++ b/README.md @@ -122,13 +122,6 @@ Please install pre-commit hooks: pre-commit install ``` -Additional dependencies are required if you want to run tests or type checks. -Install them as follows: - -```bash -pip install -e .[test] -``` - ## Mypy Run mypy to catch typing mistakes: