From 5cc2e5a39d54f7e8c4475e85fd9d9b17ec0cf888 Mon Sep 17 00:00:00 2001 From: Matt Clifford Date: Tue, 6 Aug 2024 14:53:54 +0100 Subject: [PATCH] test publish --- IQM_Vis/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IQM_Vis/readme.md b/IQM_Vis/readme.md index 299f235..e7e7c19 100644 --- a/IQM_Vis/readme.md +++ b/IQM_Vis/readme.md @@ -5,7 +5,7 @@ conda create -n IQM_Vis python=3.9 ``` Activate env: ``` -conda activate IQM_Vis +conda activate IQM_Vis ``` The latest stable version can be downloaded via [PyPi](https://pypi.org/project/IQM-Vis). ```