[Python.NET] pip install prerelease versions

David Anthoff anthoff at berkeley.edu
Mon Mar 17 20:40:28 CET 2014


Hi everyone,

 

if you are on Python 2.7 and Windows you can try to install a nightly
snapshot of Python.Net via pip:

 

pip install --pre pythonnet

 

Make sure you have a recent version of pip installed
(http://www.pip-installer.org/en/latest/installing.html). 

 

This is VERY experimental and the version you will get is just a nightly
snapshot of the current source on github. It should work on Windows 8.1,
though.

 

Please report back any problems or success of this. The current plan is
still to release a stable version 2.0 at some point.

 

The major thanks for the progress so far goes to Tony, who has contributed
most of the code changes to make this work.

 

Best,

David

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pythondotnet/attachments/20140317/6727f3b6/attachment.html>


More information about the PythonDotNet mailing list