This documentation is work in progress, it's possible that some required steps are missing.
Source: Customizing Dynamo's Python 3 installation · DynamoDS/Dynamo Wiki · GitHub
This is just an extract, from this tutorial.
- Download get-pip.py: Installation - pip 20.2.4 documentation
- Copy it to:
%localappdata%\python-3.8.3-embed-amd64
- than:
cd %localappdata%\python-3.8.3-embed-amd64
echo import site>> python38._pth
.\python get-pip.py
.\python .\Scripts\pip.exe install PySide2
.\python .\Scripts\pip.exe install pywin32
.\python .\Scripts\pywin32_postinstall.py -install
It's possible that you will need this as well: