README.md: Windows users trying to install the *extras* in cmd.exe
need to use double quotes instead of single quotes
#150
Milestone
cmd.exe
need to use double quotes instead of single quotes
#150
Hi,
I'm posting this comment in case it's useful to others who are running Python on MS Windows.
I'm running Windows 11. I've configured my system so as to be to call
python
orpython3
from
cmd.exe
the same way as is done on Linux systems, as opposed to the Windows specificmanner, which is to call the Windows Python Launcher,
py.exe
, that is located atC:\\Windows\\py.exe
.I was trying to install the extras packages for
python-lsp-server
. In the README.md file for this repo,the installation instructions for installing all of the extras shows the following command:
However, that command didn't work for me until I changed the single-quote characters to double quote characters, as shown below.
I hope this information is helpful to you and others.
The text was updated successfully, but these errors were encountered: