Skip to content

Commit de71c30

Browse files
authored
Update README.md
1 parent eb99515 commit de71c30

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ Note: Misalignments between the ground truth graphs and prediction segmentation
6060
- *Edge Accuracy*: Proportion of edges that are correct.
6161
- *Expected Run Length (ERL)*: Expected run length of ground truth graph after removing omit nodes.
6262

63+
## Installation
64+
To use the software, in the root directory, run
65+
```bash
66+
pip install -e .
67+
```
6368

6469
## Usage
6570

@@ -103,12 +108,6 @@ if __name__ == "__main__":
103108

104109
Note: this Python package can also be used to evaluate a segmentation in which split mistakes have been corrected.
105110

106-
## Installation
107-
To use the software, in the root directory, run
108-
```bash
109-
pip install -e .
110-
```
111-
112111
## Contant Information
113112
For any inquiries, feedback, or contributions, please do not hesitate to contact us. You can reach us via email at [email protected] or connect on [LinkedIn](https://www.linkedin.com/in/anna-m-grim/).
114113

0 commit comments

Comments
 (0)