From 0f6b1a33d4363f415446f8356cefe8734394d539 Mon Sep 17 00:00:00 2001 From: "m.kindritskiy" Date: Thu, 19 Dec 2024 17:08:09 +0200 Subject: [PATCH] add pypi url to readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index efccf54..d475c12 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,13 @@ FeatureFlags client library for Python See ``examples`` directory for complete examples for some major Web frameworks. +[PyPi](https://pypi.org/project/evo-featureflags-client) + Overview -------- Client supports Python >=3.9. - Installation ------------