1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
From: Dale Richards <dale@dalerichards.net>
Date: Sun, 14 Apr 2024 15:05:18 +0100
Subject: Remove pip install instructions
Forwarded: not-needed
---
README.md | 4 ----
1 file changed, 4 deletions(-)
diff --git a/README.md b/README.md
index 2b33758..d1c1288 100644
--- a/README.md
+++ b/README.md
@@ -3,10 +3,6 @@ re-assert
show where your regex match assertion failed!
-## installation
-
-`pip install re-assert`
-
## usage
`re-assert` provides a helper class to make assertions of regexes simpler.
|