You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,17 @@ There are two modules in `element-animal`:
6
6
7
7
See [Background](Background.md) for the background information and development timeline.
8
8
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
+
9
20
## Element usage
10
21
11
22
+`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
0 commit comments