Skip to content
Snippets Groups Projects
Commit ea4dbcf1 authored by dilawar's avatar dilawar :ant:
Browse files

doc: fixes #1

parent 37cc9add
No related branches found
No related tags found
No related merge requests found
Pipeline #3622 failed with stages
in 11 seconds
......@@ -2,14 +2,14 @@
This is the cli utility of the BiTIA project. The other component is
`bitia-runner`. Most users only need the cli client `bitia` to submit jobs.
Install it using pip.
Install it using `pip`.
```
python3 -m pip install bitia
bitia --version
python -m pip install bitia --user
python -m bitia --help
```
## BiTIA runner
If you are self-hosting the BiTIA server, you need `bitia-runner` as well. See
the documents of `bitia-runner` for more details.
the documents of `bitia-runner` for more details. TODO.
......@@ -7,7 +7,6 @@ dirhash('/path/to/directory', 'md5')
Orignally from
https://raw.githubusercontent.com/SubconsciousCompute/checksumdir/master/checksumdir/__init__.p
y
"""
import hashlib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment