Update readme and new revision
Unit Testing / test (3.11) (push) Successful in 47s
Unit Testing / test (3.8) (push) Successful in 47s
Unit Testing / test (3.10) (push) Successful in 53s
Unit Testing / test (3.12) (push) Successful in 54s
Unit Testing / test (3.9) (push) Successful in 53s

This commit is contained in:
2026-03-18 11:17:04 +01:00
parent b5a1ac0d2b
commit 03f8f12753
2 changed files with 18 additions and 7 deletions
+16 -5
View File
@@ -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.
+2 -2
View File
@@ -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'