From 87a7ab28e19fea941fa4567a47333cb83ec520ba Mon Sep 17 00:00:00 2001 From: lewismervin1 <58475084+lewismervin1@users.noreply.github.com> Date: Wed, 24 Apr 2024 09:47:24 +0100 Subject: [PATCH] Update README.md new link to updated tar.gz release build --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f13382f..17e6c7c 100644 --- a/README.md +++ b/README.md @@ -266,7 +266,7 @@ conda create --name my_env_with_qsartuna python=3.10.10 jupyter pip conda activate my_env_with_qsartuna module purge # Just in case. which python # Check. Should output path that contains "my_env_with_qsartuna". -python -m pip install https://github.com/MolecularAI/QSARtuna/files/14742594/qsartuna-3.0.0.1.tar.gz +python -m pip install https://github.com/MolecularAI/QSARtuna/files/15091368/qsartuna-3.0.0.1.tar.gz ``` Then you can use QSARtuna inside your Notebook: