Skip to content

Commit

Permalink
move extending down
Browse files Browse the repository at this point in the history
Signed-off-by: neuronflow <[email protected]>
  • Loading branch information
neuronflow committed Mar 29, 2024
1 parent d0a210d commit 2d160e0
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,6 @@ source venv_ereg/bin/activate ## using native python venv
pip install ereg
```

## Extending eReg

To extend eReg, you first need to install **eReg** from source. Clone the repository and install the package:

```sh
git clone https://github.com/BrainLesion/eReg.git
cd eReg
pip install -e .
```

## Usage

**eReg** can be used via the command line or as a Python package.
Expand Down Expand Up @@ -119,4 +109,15 @@ ssim = registration_function(
eReg's registration and transformation parameters can be customized using a configuration file. The configuration file is a YAML file that contains the parameters for the registration. The default configuration file is present [here](https://github.com/BrainLesion/eReg/blob/main/ereg/configurations/sample_config.yaml). More details on the parameters and their options can be found in the configuration file itself.
## Extending eReg
To extend eReg, you first need to install **eReg** from source. Clone the repository and install the package:
```sh
git clone https://github.com/BrainLesion/eReg.git
cd eReg
pip install -e .
```
<!-- ## Citation TODO -->

0 comments on commit 2d160e0

Please sign in to comment.