Deep-MR can be installed using pip:
- Clone the repo
git clone https://github.com/INFN-PREDATOR/deep-mr.git
- Navigate to the repository root folder and install using pip:
pip install .
or, for editable mode:
pip install -e .
- See documentation for API and usage examples.
Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.
deepmr
was created by Matteo Cencini. It is licensed under the terms of the MIT license.
deepmr
was created with cookiecutter
and the py-pkgs-cookiecutter
template.