diff --git a/README.md b/README.md index baf6b91..2b7f050 100644 --- a/README.md +++ b/README.md @@ -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