You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: