-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upload to pypi #24
Comments
at least having a |
In my development system, I @anarcat do you have a link to some documentation to get |
I was about to say, I don't have pip set up in my system so I can't try it, but then I thought, this is Moncic-CI we're talking about, so:
…and Dependencies from |
On 2022-03-03 11:19:48, Enrico Zini wrote:
I was about to say, I don't have pip set up in my system so I can't try it, but then I thought, this is Moncic-CI we're talking about, so: `monci shell -rw . fedora35`, `dnf install pip`, `pip install .` and `monci` gets installed.
Dependencies from setup.py don't seem to be automatically installed like that, though, so I still had to `dnf install python3-pyyaml`
that should have worked, i think it's because you use `requires` instead
of `install_requires` in setup.py.
|
Thanks! I've added I've updated the installation instructions in the README accordingly |
Currently we don't have a PyPI account but I think we could add the upload to PyPI to our deploy pipeline, we'll discuss it internally. Maybe you already know it, but you can install moncic-ci from the github repository without cloning it
|
I have created a PyPI account (https://pypi.org/user/arpaesimc/). As soon as we have a new version of moncic-ci, I will publish it on PyPI and close this issue. |
The
README.md
lacks an "How to install Moncic-CI" section.To write one, we should have at least one straightforward install procedure, like
pip install moncic
, for which we need to have Moncic-CI on PyPI, and a workflow to keep it up to date.Is that something we can commit to doing, and if so, could you set it up, maybe with a PyPI account for ARPA-SIMC?
The text was updated successfully, but these errors were encountered: