1 parent a135843 commit 265c107Copy full SHA for 265c107
1 file changed
README.md
@@ -9,7 +9,10 @@
9
Inspired after python's warning.deprecated wrapper, deprecated_params is made to serve the single purpose of deprecating parameter names to warn users
10
about incoming changes as well as retaining typehinting.
11
12
-
+## How to install deprecated-params
13
+```
14
+pip install deprecated-params
15
16
17
## How to Deprecate Parameters
18
Parameters should be keyword arguments, not positional, Reason
0 commit comments