Skip to content

Commit 82d71c8

Browse files
committed
add installation/usage
1 parent a887fd2 commit 82d71c8

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
Python library to interact with [eLabFTW](https://github.com/elabftw/elabftw) REST API v2.
44

5+
## Installation
6+
7+
~~~bash
8+
pip install --user elabapi-python
9+
~~~
10+
11+
## Usage
12+
13+
See the [examples folder](./examples).
14+
515
## Using the helper script
616

717
~~~
@@ -13,6 +23,6 @@ Python library to interact with [eLabFTW](https://github.com/elabftw/elabftw) RE
1323
./helper.sh publish
1424
~~~
1525

16-
# License
26+
## License
1727

1828
MIT, see [license file](./LICENSE).

0 commit comments

Comments
 (0)