Skip to content

Commit 265c107

Browse files
authored
Update README.md
1 parent a135843 commit 265c107

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
Inspired after python's warning.deprecated wrapper, deprecated_params is made to serve the single purpose of deprecating parameter names to warn users
1010
about incoming changes as well as retaining typehinting.
1111

12-
12+
## How to install deprecated-params
13+
```
14+
pip install deprecated-params
15+
```
1316

1417
## How to Deprecate Parameters
1518
Parameters should be keyword arguments, not positional, Reason

0 commit comments

Comments
 (0)