-
Notifications
You must be signed in to change notification settings - Fork 212
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
installation_proxy: add install_from_bytes()
#1266
Conversation
I much rather it be explicitly done than implicit. I'm okay with the |
that makes sense, should be good now |
Just making sure you saw I left some comments still |
sorry, I don't get what you mean can you tell me what to edit please, I understood some of it, but others are kind of confusing |
There are still unresolved issues. See the existing comments |
Yeah but could you take a look at my replies please The unresolved ones are what confuses me, I have already put a reply to them |
my bad, I did not commit them |
I like how it gets crazy over an unused import |
install_from_bytes()
Thanks for your contribution! |
ability to install .ipa/.ipcc using bytes objects
why?
it's way nicer to directly install a package without dealing with paths.
someone could do something like so
without the need to save it to a file and then installing it and then deleting it !
too much work
this is also valid