From 669e9b1cb328491443e95d74db51462d497e0cff Mon Sep 17 00:00:00 2001 From: Jan Gieseler <39489154+jgieseler@users.noreply.github.com> Date: Fri, 3 Nov 2023 17:05:47 +0200 Subject: [PATCH] Update README.md increase python req to 3.8, update citation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b10e391..9491ac9 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Afterwards the app should open in your browser. ## Python package -In addition, all the functionality is available in the streamlit-independent python package [**solarmach**](https://github.com/jgieseler/solarmach). It requires python >= 3.6 and can be installed either from [PyPI](https://pypi.org/project/solarmach/) using: +In addition, all the functionality is available in the streamlit-independent python package [**solarmach**](https://github.com/jgieseler/solarmach). It requires python >= 3.8 and can be installed either from [PyPI](https://pypi.org/project/solarmach/) using: ``` bash pip install solarmach @@ -43,5 +43,5 @@ Citation Please cite the following paper if you use **Solar-MACH** in your publication: -Gieseler, J., Dresing, N., Palmroos, C., von Forstner, J.L.F., Price, D.J., Vainio, R. et al. (2022). +Gieseler, J., Dresing, N., Palmroos, C., von Forstner, J.L.F., Price, D.J., Vainio, R. et al. (2023). Solar-MACH: An open-source tool to analyze solar magnetic connection configurations. *Front. Astronomy Space Sci.* 9. [doi:10.3389/fspas.2022.1058810](https://doi.org/10.3389/fspas.2022.1058810)