how do I install wxPython Phoenix for python 3.4

ok I have tired to install using this command on windows 7 in the command console aka cmd.exe

from the folder c:\Python34\Scripts>

pip install -U --pre -f http://wxpython.org/Phoenix/snapshot-builds/ wxPython_Phoenix

all I keep getting is the following

Could not find a version that satisfies the requirement wxPython-Phoenix (from versions: )
No matching distribution found for wxPython-Phoenix

so if someone can help I would be most greatful

What version of pip do you have? You need at least 6.0.8.
You can check it with:
pip.exe -V
Werner

···

On 5/27/2015 0:36, Wayne Norman wrote:

    ok I have tired to install using this command on

windows 7 in the command console aka cmd.exe

    from the  folder c:\Python34\Scripts>



    pip install -U --pre -f

wxPython_Phoenix all I keep getting is the following so if someone can help I would be most greatful

http://wiki.wxpython.org/How%20to%20install%20wxPython#Installing_wxPython-Phoenix_using_pip

http://wxpython.org/Phoenix/snapshot-builds/

        Could not find a version that

satisfies the requirement wxPython-Phoenix (from versions: )

        No matching distribution found for wxPython-Phoenix

I have pip version 7.0.1

···

On Wednesday, May 27, 2015 at 7:06:18 AM UTC+1, werner wrote:

On 5/27/2015 0:36, Wayne Norman wrote:

    ok I have tired to install using this command on

windows 7 in the command console aka cmd.exe

    from the  folder c:\Python34\Scripts>



    pip install -U --pre -f

http://wxpython.org/Phoenix/snapshot-builds/ wxPython_Phoenix

    all I keep getting is the following



                Could not find a version that

satisfies the requirement wxPython-Phoenix (from versions: )

        No matching distribution found for wxPython-Phoenix



    so if someone can help I would be most greatful

What version of pip do you have? You need at least 6.0.8.

You can check it with:

pip.exe -V

http://wiki.wxpython.org/How%20to%20install%20wxPython#Installing_wxPython-Phoenix_using_pip

Werner
I have solved it needed to do a couple of changes to it pip install -U --pre -f --trusted-host http://wxpython.org/Phoenix/snapshot-builds/wxPython_Phoenix-3.0.3.dev1820+49a8884-cp34-none-win32.whl[](http://wxpython.org/Phoenix/snapshot-builds/)
···

On Saturday, May 30, 2015 at 5:13:47 PM UTC+1, Wayne Norman wrote:

I have pip version 7.0.1

On Wednesday, May 27, 2015 at 7:06:18 AM UTC+1, werner wrote:

On 5/27/2015 0:36, Wayne Norman wrote:

    ok I have tired to install using this command on

windows 7 in the command console aka cmd.exe

    from the  folder c:\Python34\Scripts>



    pip install -U --pre -f

http://wxpython.org/Phoenix/snapshot-builds/ wxPython_Phoenix

    all I keep getting is the following



                Could not find a version that

satisfies the requirement wxPython-Phoenix (from versions: )

        No matching distribution found for wxPython-Phoenix



    so if someone can help I would be most greatful

What version of pip do you have? You need at least 6.0.8.

You can check it with:

pip.exe -V

http://wiki.wxpython.org/How%20to%20install%20wxPython#Installing_wxPython-Phoenix_using_pip

Werner