From 31c370fe68fb8e9463d32171313c34e7980c8346 Mon Sep 17 00:00:00 2001 From: Niko Aarnio Date: Wed, 6 Mar 2024 10:49:33 +0200 Subject: [PATCH] Update version in install example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69cd82ca..befa155e 100755 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ EIS Toolkit is a comprehensive Python package for mineral prospectivity mapping You can find the latest release of EIS Toolkit in the [releases page](https://github.com/GispoCoding/eis_toolkit/releases) as a Python wheel. To install EIS Toolkit, download the wheel and install with pip ```console -pip install eis_toolkit-0.1.0-py3-none-any.whl +pip install eis_toolkit-0.4.0-py3-none-any.whl ``` We recommend installing EIS Toolkit in an empty virtual environment to ensure compatibility between package versions.