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
313 stars 51 forks source link

Installer.TryInstallPip Documentation #36

Closed tamirs9876 closed 2 years ago

tamirs9876 commented 2 years ago

Mention that curl is required for Installer.TryInstallPip to succeed. Machines which doesn't have curl pre installed (such as Windows Server 2016) will fail without explicit error.

henon commented 2 years ago

Thank you!