Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
marcorossi5 committed Jan 12, 2022
1 parent 18ce9c0 commit 021b3e9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,15 @@ DUNEdn is a denoising algorithm for ProtoDUNE-SP raw data with Neural Networks.

## Installation

The package can be installed with Python's pip package manager:
The package can be installed with Python's pip package manager.

From PyPI:

```bash
pip install dunedn
```

or manually:

```bash
git clone https://github.com/marcorossi5/DUNEdn.git
Expand Down

0 comments on commit 021b3e9

Please sign in to comment.