From 9ad492092c1caf380a8c3910ff7d3f4dcc2d6a50 Mon Sep 17 00:00:00 2001 From: Ondrej Lexa Date: Mon, 10 Feb 2025 12:07:48 +0100 Subject: [PATCH] readme fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dfca88f..05a4318 100644 --- a/README.md +++ b/README.md @@ -38,11 +38,11 @@ JupyterLab could also be installed providing the `jupyter` option: If you have already have conda or mamba installed, you can create environment with: - conda create -n pyps matplotlib shapely pyqt tqdm scikit-image qtpy jupyterlab + conda create -n pyps python=3.12.8 matplotlib shapely pyqt tqdm scikit-image qtpy jupyterlab or - mamba create -n pyps matplotlib shapely pyqt tqdm scikit-image qtpy jupyterlab + mamba create -n pyps python=3.12.8 matplotlib shapely pyqt tqdm scikit-image qtpy jupyterlab Then activate the new environment: