We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ad4051 commit a880efaCopy full SHA for a880efa
1 file changed
readme.md
@@ -38,7 +38,13 @@ cli = Metablock(auth_key="your-token")
38
39
## Command line
40
41
-You can also use the client from the command line
+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:
48
49
```bash
50
metablock --help
0 commit comments