Update readme and new revision
This commit is contained in:
+16
-5
@@ -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
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user