QSA cli : installation
From sources:
$ cd qsa-cli
$ virtualenv venv
$ . venv/bin/activate
(venv)$ pip install poetry
(venv)$ poetry install
Binary distributions:
TODO : provide a package on PyPI
From sources:
$ cd qsa-cli
$ virtualenv venv
$ . venv/bin/activate
(venv)$ pip install poetry
(venv)$ poetry install
Binary distributions:
TODO : provide a package on PyPI