Run pip install telium
Run telium
in the terminal after installation.
Type help
to see the list of commands.
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt -r requirements-dev.txt
export PYTHONPATH=$PWD:$PYTHONPATH
pre-commit install