python-guide icon indicating copy to clipboard operation
python-guide copied to clipboard

Pr/1092

Open ALMHAALIRAQI opened this issue 1 year ago • 1 comments

ALMHAALIRAQI avatar Apr 15 '24 12:04 ALMHAALIRAQI

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 use py instead of python for better compatibility with Windows environments.

cceneag avatar Jun 23 '25 16:06 cceneag