python-guide
python-guide copied to clipboard
Pr/1092
This pull request includes updates to the .vscode/settings.json file for configuring the Python interpreter and a minor documentation update to improve the installation instructions for Python on Windows.
Configuration update:
-
.vscode/settings.json: Added a configuration to specify the Python interpreter path for VS Code (vscode-aiconfig.pythonInterpreter).
Documentation improvement:
-
docs/starting/install3/win.rst: Updated the pip installation command to usepyinstead ofpythonfor better compatibility with Windows environments.