Skip to content

Commit

Permalink
Adding _README
Browse files Browse the repository at this point in the history
  • Loading branch information
mcencini committed Jan 26, 2024
1 parent dc89e78 commit dfca469
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions _README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,27 @@
</p>
A framework to accelerate the development of modern MR acquisition and reconstruction methods, focused on quantitative MRI.

## Installation
Deep-MR can be installed using pip:

1. Clone the repo

```bash
git clone https://github.com/INFN-PREDATOR/deep-mr.git
```

2. Navigate to the repository root folder and install using pip:

```bash
pip install .
```

or, for editable mode:

```bash
$ pip install deepmr
pip install -e .
```

## Usage
## UsageUsage

- TODO

Expand Down

0 comments on commit dfca469

Please sign in to comment.