From 342c4dc0ec74667df3643953a606633f7387dc92 Mon Sep 17 00:00:00 2001 From: "Henry C. Otunuya" <56427905+henryotunuya@users.noreply.github.com> Date: Thu, 25 Apr 2024 13:16:05 +0200 Subject: [PATCH] Update __init__.py fixed a url error --- clintest/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clintest/__init__.py b/clintest/__init__.py index 72ca1a7..d2a0568 100644 --- a/clintest/__init__.py +++ b/clintest/__init__.py @@ -18,7 +18,7 @@ A conda package is planned but currently not available. ### Using pip -The pip package is hosted at https://pypi.org/project/clintest. +The pip package is hosted at [https://pypi.org/project/clintest](https://pypi.org/project/clintest). It can be installed with ```