From 4ebbd2453e354b9ac40636a20b2f4265859495ce Mon Sep 17 00:00:00 2001 From: "Abolfazl (Abe)" Date: Wed, 20 Dec 2023 10:57:11 -0800 Subject: [PATCH] add PyPI link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18c7e61..435a4b9 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ implemented here are illustrated in a recent review paper: > image ## Installation -ScreenPro2 is available on PyPI and can be installed with pip: +ScreenPro2 is available on [PyPI](https://pypi.org/project/ScreenPro2/) and can be installed with pip: ```bash pip install ScreenPro2 ```