InstallationΒΆ
Create a Python 3.7 (or newer) virtual environment and activate it:
$ python3 -m venv .venv $ source .venv/bin/activate
Install the hciexport package:
(.venv) $ pip install -U setuptools pip (.venv) $ pip install hciexport
Create a configuration file as described in the configuration chapter
Now you can run hciexport this way:
(.venv) $ hciexport -c <config file> -t <task name>
Note
Remember, every time you want to run hciexport, you need to activate the virtual environment before!