henon / Python.Included

A Python.NET based framework enabling .NET libraries to call into Python packages without depending on a local Python installation.
MIT License
310 stars 51 forks source link

Proxy configuration for pip setup #63

Open ShirAvneri opened 1 week ago

ShirAvneri commented 1 week ago

To install pip and my required module, I need the installer to run behind a proxy, which cannot be configured at the moment. Would it be possible to implement this feature? Thanks!

henon commented 1 week ago

I'll gladly merge your contribution if you submit a PR. Of course the change should be well tested in your environment.