Skip to content

Commit

Permalink
Add editable mode installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
joarroba committed Jul 19, 2023
1 parent 8e772ad commit 7a94a5d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ The format for the ROI mask is an nd numpy array of type bool. It is an array of
pip install rt_utils
```

## Installation in editable mode
**Please note**: in order to install `rt_utils` in editable mode successfully, you need to have python>=3.7.
```
git clone https://github.com/qurit/rt-utils.git
cd rt-utils
pip install -e .
```

## Creating new RT Structs
```Python
from rt_utils import RTStructBuilder
Expand Down

0 comments on commit 7a94a5d

Please sign in to comment.