Skip to content

Commit

Permalink
README installation update
Browse files Browse the repository at this point in the history
  • Loading branch information
GrimFe committed Dec 5, 2024
1 parent 6c9b13a commit 406231f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 406231f

Please sign in to comment.