You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pinning this to remind us to git clone this repo locally and configure a Claude Desktop on Windows machines.
Follow these instructions (from Digit 210 last year) for installing Python 3.12 with Chocolatey on Windows and updating the Windows Path:
Windows Users: Install Python 3.12 with Chocolatey
First, we'll install the Windows package manager Chocolatey.
NOTE: To do this, you will use Windows PowerShell, which you Open as Administrator. Follow Chocolately's install instructions Links to an external site. and copy and paste each command in sequence as instructed.
Once Chocolatey is installed, follow these instructions carefully to run the command (in PowerShell) to install Chocolatey's Python 3.12.10
Verify that python is installed by exiting your shell, re-opening it, and typing in the single command: python. You should see that python opens its own special command prompt and identifies itself as python.3.11. You're not done yet! (If you have more than one version of Python on the computer, enter the command python3.12
Pinning this to remind us to
git clonethis repo locally and configure a Claude Desktop on Windows machines.Follow these instructions (from Digit 210 last year) for installing Python 3.12 with Chocolatey on Windows and updating the Windows Path:
Windows Users: Install Python 3.12 with Chocolatey
First, we'll install the Windows package manager Chocolatey.
NOTE: To do this, you will use Windows PowerShell, which you Open as Administrator. Follow Chocolately's install instructions Links to an external site. and copy and paste each command in sequence as instructed.
Once Chocolatey is installed, follow these instructions carefully to run the command (in PowerShell) to install Chocolatey's Python 3.12.10
Verify that python is installed by exiting your shell, re-opening it, and typing in the single command:
python. You should see that python opens its own special command prompt and identifies itself as python.3.11. You're not done yet! (If you have more than one version of Python on the computer, enter the commandpython3.12Now, you MUST add Python 3 to your PATH variable!
These instructions show you how to add your newly installed Python to your path Links to an external site..
(Adding Python to your PATH makes it much easier to associate with any code editors you use.)
Just in case we need them, here are super detailed instructions from Python because Windows can be complicated: https://docs.python.org/3/using/windows.html
Now go set up the digitxml-mcp to test:
Then, clone the repo in git bash on Windows. Check out @mrs7068 's
michaelbranch (unless we've merged it after cleaning up the documentation).Follow instructions in the README.md for Windows and desktop Claude configuration: we'll probably have to update these a bit for Windows.