From 8c97a4146730802a7cf64e0aadb5044037e17479 Mon Sep 17 00:00:00 2001 From: Kapil Thangavelu Date: Tue, 7 Mar 2023 09:13:01 -0500 Subject: [PATCH] update readme plugin install instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b16968e..7131d1d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ A post build / pre publish command to allow for creating wheels with frozen depe ```shell # install plugin -poetry self install poetry-plugin-freeze +poetry self add poetry-plugin-freeze # build per normal poetry build