crmsh
crmsh copied to clipboard
pip install crmsh?
Are there any reasons crmsh
is not on pypi?
I was looking into installing crmsh on arch linux, but unfortunately there is no AUR package available. So I was digging a little deeper and found that rather making an AUR package it may be a better use of time to make a python package and put it on pypi so it can be installed with a simple pip install crmsh
.
Are there any strong opinions against this? If not I would try to provide a pull request.
Right now there are some parts of crmsh which are installed via the Makefile, not through the setup.py / setuptools, like compiling the documenation using asciidocs for example.
@mhubig @krig how about installing directly from github?
I found a small bug while pursuing this path ( see https://github.com/ClusterLabs/crmsh/pull/143 ).
If the PR is merged then anyone can install directly from github.
Let me know what you think.