We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c03d5cf commit 6febd35Copy full SHA for 6febd35
README.md
@@ -33,6 +33,14 @@ examples can be found at our odML [project page](https://g-node.github.io/python
33
pip install odml
34
```
35
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
44
## Tutorial and examples
45
46
- We have assembled a set of
0 commit comments