Skip to content

Commit a880efa

Browse files
committed
release
1 parent 7ad4051 commit a880efa

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

readme.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,13 @@ cli = Metablock(auth_key="your-token")
3838

3939
## Command line
4040

41-
You can also use the client from the command line
41+
You can also use the client from the command line, to do so, install the package with the `cli` extra:
42+
43+
```bash
44+
pip install metablock[cli]
45+
```
46+
47+
Then you can use the `metablock` command:
4248

4349
```bash
4450
metablock --help

0 commit comments

Comments
 (0)