pypi installer
lokinou opened this issue · 4 comments
lokinou commented
Hello, I really like your implementation of Artifact Subspace Rejection and I would like to import it in my own package.
I however cannot use your package as a requirement in PyPI because it doest not allow git install.
Would you be kind enought to upload to PyPI the dist from the current version that seems to nicely build?
nbara commented
Hi @lokinou
I plan to release meegkit to pypi eventually but there are a couple things I want to do first (mostly removing untested code).
In the meantime, can you not install via git+https in your requirements.txt, like so?
meegkit @ git+https://github.com/nbara/python-meegkit
lokinou commented
Hello, it does not work.
I must add a mention in readme or in notebooks to install it manually via
your commands.
No link allowed in the externals.
Thanks for asking
Nicolas Barascud ***@***.***> schrieb am Fr., 15. Okt. 2021,
16:03:
… Hi @lokinou <https://github.com/lokinou> can you confirm if this worked
for you?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#45 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA2YHSPDMQGWQ43XJMJ76M3UHAYCNANCNFSM5CJRDK5A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
nbara commented
I've had a look at your repo. I think I know why it doesn't work. I'll open an issue there.