README - Add argcomplete instructions
Change-Id: I76a35e38735e71cd30ba62a177bed53300b63515 Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com>
This commit is contained in:
committed by
Maisam Arif
parent
d6abcfa92d
commit
2b603be71b
@@ -134,6 +134,17 @@ For additional details, see the [ROCm Contributing Guide](https://rocm.docs.amd.
|
||||
* python 3.7+ 64-bit
|
||||
* amdgpu driver must be loaded for amdsmi_init() to pass
|
||||
|
||||
### Optional autocompletion
|
||||
|
||||
`amd-smi` cli application supports autocompletion. It is enabled by using the
|
||||
following commands:
|
||||
|
||||
```bash
|
||||
python3 -m pip install argcomplete
|
||||
activate-global-python-argcomplete
|
||||
# restart shell to enable
|
||||
```
|
||||
|
||||
### CLI Installation
|
||||
|
||||
Before amd-smi install, ensure previous versions of amdsmi library are uninstalled using pip:
|
||||
|
||||
Reference in New Issue
Block a user