From f44571c946cb1ff40a76f81fb10753b587ac6be6 Mon Sep 17 00:00:00 2001 From: ciuccislab <57649983+ciuccislab@users.noreply.github.com> Date: Tue, 14 Nov 2023 07:59:50 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2db949..78edfaf 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ For details about the installation procedures, you can consult the user manual [ conda create --name DRT pip ipython pandas matplotlib scikit-learn spyder conda activate DRT pip install cvxopt jupyterlab PyQt5 -pip install -i https://test.pypi.org/simple/ pyDRTtools==0.2.8.80 +pip install -i https://test.pypi.org/simple/ pyDRTtools==0.2.8.81 ``` **ipython** ```