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 14ba803 commit a85a08aCopy full SHA for a85a08a
README.md
@@ -24,7 +24,7 @@ pip install -r requirements.txt
24
### CLI
25
26
```
27
-./bluebox.py -h
+python ./bluebox.py -h
28
29
30
Output:
@@ -63,11 +63,11 @@ options:
63
**Examples**
64
65
66
-./bluebox.py -i
+python ./bluebox.py -i
67
68
69
70
-./bluebox.py 123456789
+python ./bluebox.py 123456789
71
72
73
### API
0 commit comments