crmsh icon indicating copy to clipboard operation
crmsh copied to clipboard

pip install crmsh?

Open mhubig opened this issue 8 years ago • 2 comments

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.

mhubig avatar Apr 13 '16 16:04 mhubig

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.

krig avatar Apr 17 '16 08:04 krig

@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.

steenzout avatar May 13 '16 17:05 steenzout