Skip to content

Commit 71dfac4

Browse files
author
Thinh Nguyen
committed
move installation above usage
1 parent c486a94 commit 71dfac4

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ There are two modules in `element-animal`:
66

77
See [Background](Background.md) for the background information and development timeline.
88

9+
10+
## Installation
11+
```
12+
pip install element-animal
13+
```
14+
15+
If you already have an older version of ***element-animal*** installed using `pip`, upgrade with
16+
```
17+
pip install --upgrade element-animal
18+
```
19+
920
## Element usage
1021

1122
+ `element-animal` is not a complete workflow by itself, but rather a modular design of tables and dependencies that can be flexibly attached to any DataJoint workflow.
@@ -24,12 +35,3 @@ See [Background](Background.md) for the background information and development t
2435
![genotyping diagram](images/genotyping_diagram.svg)
2536

2637

27-
## Installation
28-
```
29-
pip install element-animal
30-
```
31-
32-
If you already have an older version of ***element-animal*** installed using `pip`, upgrade with
33-
```
34-
pip install --upgrade element-animal
35-
```

0 commit comments

Comments
 (0)