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 a887fd2 commit 82d71c8Copy full SHA for 82d71c8
README.md
@@ -2,6 +2,16 @@
2
3
Python library to interact with [eLabFTW](https://github.com/elabftw/elabftw) REST API v2.
4
5
+## Installation
6
+
7
+~~~bash
8
+pip install --user elabapi-python
9
+~~~
10
11
+## Usage
12
13
+See the [examples folder](./examples).
14
15
## Using the helper script
16
17
~~~
@@ -13,6 +23,6 @@ Python library to interact with [eLabFTW](https://github.com/elabftw/elabftw) RE
23
./helper.sh publish
24
25
-# License
26
+## License
27
18
28
MIT, see [license file](./LICENSE).
0 commit comments