Data Evaluation Software of Arbeitsgruppe Ehresmann (Magnetism)
Install with
pip install evaluix
If you want to help develop and contribute to the package, first clone the repository to your PC and install in editable mode (detailed tutorial is about to come):
git clone https://github.com/exp4-age/evaluix.git cd evaluix pip install -e .
Install Anaconda and create a new environment with Python 3.9 or higher. Activate it in an anaconda prompt and install evaluix as follows
conda create -n myevaluix python=3.9 (or higher, answer with y if asked) conda activate myevaluix conda install pip (if necessary) pip install evaluix (answer with y if asked)
Now you can start the software by typing evaluix in the anaconda prompt
conda activate myevaluix (if not already activated) evaluix
About to come.
About to come