Re: TaDAAA!!!!
Robin Dunn <[email protected]>
| Newsgroups | gmane.comp.python.wxpython.devel |
|---|---|
| Message-ID | <[email protected]> |
Eric Fahlgren wrote: > Thanks for this, Robin! > > To keep using latest snapshots, should we use the old magic handshake: > > pip download \ > --pre \ > --trusted-host wxpython.org <http://wxpython.org> \ > --find-links http://wxpython.org/Phoenix/snapshot-builds/ \ > wxPython_Phoenix > > or grab the latest pypi wheel for the 4.0 installer? > > pip download wxPython > Only releases will be going to PyPI. Snapshots will still be uploaded to wxPython.org on days when changes are committed to the master branch. However the name on the snapshots will be changing to "wxPython" now that Phoenix is official, also it's no longer necessary to use the --trusted-host flag since https is supported on the server. So something like this should work to get the snapshots going forward: pip install --pre --find-links http://wxpython.org/Phoenix/snapshot-builds/ wxPython -- Robin Dunn Software Craftsman http://wxPython.org -- You received this message because you are subscribed to the Google Groups "wxPython-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.