Skip to content

Commit 6febd35

Browse files
committed
[README] Add pip git install option
1 parent c03d5cf commit 6febd35

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@ examples can be found at our odML [project page](https://g-node.github.io/python
3333
pip install odml
3434
```
3535

36+
To install the latest development version of odml you can use the git installation option of pip:
37+
38+
```
39+
pip install git+https://github.com/G-Node/python-odml
40+
```
41+
42+
Please note that this version might not be stable.
43+
3644
## Tutorial and examples
3745

3846
- We have assembled a set of

0 commit comments

Comments
 (0)