diff --git a/README.md b/README.md index eddba1e..eea9ade 100644 --- a/README.md +++ b/README.md @@ -11,14 +11,19 @@ NEREA (Neutron Energy-integrated Reactor Experiment Analysis) is a Python packag - **C/E Calculation**: Compute C/E values from simulated and experimental data. ## 🔧 Installation +### User installation via TestPypi +``` +python -m pip install --extra-index-url https://test.pypi.org/simple/ nerea +``` +### Developer installation To install the package, clone the repository and use pip to install the dependencies: ```sh git clone https://github.com/GrimFe/NEREA.git cd nerea pip install . ``` - +### Use NEREA with no installation To import NEREA (without installation) ``` import sys