Hi John,

Spyder 6 is not finished yet; only an alpha version has been released (in 
case you don't know, an alpha version is a half-finished product which 
still suffers from bugs and other problems). If you are new to Python and 
Spyder, I would recommend that you don't install the alpha version because 
if something is not as you expect, you won't know whether that is because 
you did something wrong or because there is something wrong in Spyder.

However, the alpha version is not a secret and if you really want to, you 
can install it. Use a virtual environment, so that you can easily undo the 
installation if something goes wrong. See for instance the guide Installing 
packages using pip and virtual environments 
<https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/>
 
if you need to learn how to do this. Once you are in a virtual environment, 
the command for installing the alpha release of Spyder using pip is 

   python3 -m pip install --pre spyder

The --pre flag indicates that you want a pre-release (a version that is not 
yet ready to be released).

I hope this answers your question.

All the best,
Jitse

On Monday, 3 July 2023 at 01:22:08 UTC+1 johndou...@gmail.com wrote:

> Hi all,
>
>  
>
> I am new to python and have just started to get my head around using 
> Spyder. Can someone tell me how I can use pip to upgrade to Ver 6 of Spyder 
> Please.
>
>  
>
> Regards John
>
>  
>

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/448a3131-a312-4ae5-bf45-40bd78469fffn%40googlegroups.com.

Reply via email to