From 9b56e7236b0b1ec0abcc62c9e2189b398b3665de Mon Sep 17 00:00:00 2001 From: veenstrajelmer Date: Mon, 3 Mar 2025 11:52:20 +0100 Subject: [PATCH] update contributing python version --- docs/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index a097a54a..56ea85c8 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -14,7 +14,7 @@ - download Miniforge3 from [the miniforge github](https://github.com/conda-forge/miniforge?tab=readme-ov-file#download) and install it with the recommended settings. - open Miniforge Prompt and navigate to hatyan checkout folder, e.g. ``C:\DATA\hatyan`` -- ``conda create --name hatyan_hmcenv python=3.8.13 git spyder -y`` (``git`` and ``spyder``, python version should be the one at HMC) +- ``conda create --name hatyan_hmcenv python=3.11.7 git spyder -y`` (``git`` and ``spyder``, python version should be the one at HMC) - ``conda activate hatyan_hmcenv`` - ``pip install -r environment_hmc.txt`` (installs fixed python/package versions like on HMC) - ``python -m pip install -e .[dev,docs,examples]`` (pip developer mode, any updates to the local folder are immediately available in your python. It also installs all requirements via pip, square brackets are to install optional dependency groups)