Go to file
Midgard 810a9d99cb
Stop adding from_mmcli in sent messages
2023-10-29 19:24:09 +01:00
mmcli Stop adding from_mmcli in sent messages 2023-10-29 19:24:09 +01:00
tools Package 2023-05-15 19:00:03 +02:00
.gitignore Package 2023-05-15 19:00:03 +02:00
CHANGELOG.md Package 2023-05-15 19:00:03 +02:00
README.md Installation instruction 2023-10-27 14:21:47 +02:00
pyproject.toml Add websocket dependency which was missing previously 2023-05-15 19:00:15 +02:00
requirements.txt Add websocket dependency which was missing previously 2023-05-15 19:00:15 +02:00

README.md

mmcli

Install

With pip or pipx.

Development

To create a virtualenv and install the dependencies in it:

tools/create_venv.sh

Activate the virtualenv with source venv/bin/activate. To make this easier, you could create an alias alias venv='source venv/bin/activate' in your shell.

If you introduce dependencies, list them in pyproject.toml under dependencies, and run tools/update_requirements.sh.