No description
|
||
---|---|---|
mmcli | ||
tools | ||
.gitignore | ||
CHANGELOG.md | ||
pyproject.toml | ||
README.md | ||
requirements.txt |
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
.