diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 000000000..8a8b2a98d
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,3 @@
+{
+    "vscode-aiconfig.pythonInterpreter": "C:\\Python312\\python.exe"
+}
\ No newline at end of file
diff --git a/docs/starting/install3/win.rst b/docs/starting/install3/win.rst
index db78d9240..ce620aa31 100644
--- a/docs/starting/install3/win.rst
+++ b/docs/starting/install3/win.rst
@@ -33,7 +33,7 @@ All supported versions of Python 3 include pip, so just make sure it's up to dat
 
 .. code-block:: doscon
 
-    python -m pip install -U pip
+    py -m pip install -U pip
 
 
 *****************************