From 03f8f12753c89ba008275e4cd4bf05b404371083 Mon Sep 17 00:00:00 2001 From: Artur Glavic Date: Wed, 18 Mar 2026 11:17:04 +0100 Subject: [PATCH] Update readme and new revision --- README.rst | 21 ++++++++++++++++----- eos/__init__.py | 4 ++-- 2 files changed, 18 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 5ff0eb4..ac83996 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,6 @@ +************************************************************* EOS - The AMOR focusing reflectometry data reduction software -------------------------------------------------------------- +************************************************************* .. image:: https://img.shields.io/pypi/v/amor-eos.svg :target: https://pypi.python.org/pypi/amor-eos/ @@ -18,10 +19,20 @@ visualisation of the content of a raw file (.hdf): :TODO: real readme for final system needed. Installation ------------- -Create a virtual python environment (>3.8) and install the PyPI package: +============ + +Python Environment +------------------ + +Create a [virtual python environment](https://docs.python.org/3/library/venv.html) (>3.8) and install the PyPI package: pip install amor-eos -On Windows you can also use the binary eos.exe that you find in the -[GitHub Releases]([https://github.com/jochenstahn/amor/releases/latest) section +Windows Binary +-------------- + +On Windows you can use the binary eos.exe that you find in the +[Gitea Releases](https://gitea.psi.ch/sinq-reflectometry/eos/releases/latest) section. + +Either extract it to the folder where you analyze your data or choose a common location and make sure +that is in the system PATH to be able to run the program from command line. diff --git a/eos/__init__.py b/eos/__init__.py index 170e596..70801d8 100644 --- a/eos/__init__.py +++ b/eos/__init__.py @@ -2,5 +2,5 @@ Package to handle data redction at AMOR instrument to be used by __main__.py script. """ -__version__ = '3.2.7' -__date__ = '2026-03-13' +__version__ = '3.2.8' +__date__ = '2026-03-18'