Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Latest commit

 

History

History
40 lines (26 loc) · 966 Bytes

GuiNotes.md

File metadata and controls

40 lines (26 loc) · 966 Bytes

Notes about setting up FreeCAD gui

This documentation is work in progress, it's possible that some required steps are missing.

1. Install pip

Source: Customizing Dynamo's Python 3 installation · DynamoDS/Dynamo Wiki · GitHub

This is just an extract, from this tutorial.

  1. Download get-pip.py: Installation - pip 20.2.4 documentation
  2. Copy it to: %localappdata%\python-3.8.3-embed-amd64
  3. than:
cd %localappdata%\python-3.8.3-embed-amd64
echo import site>> python38._pth
.\python get-pip.py

2. Install PySide2

.\python .\Scripts\pip.exe install PySide2

3. Install and setup Pywin32

.\python .\Scripts\pip.exe install pywin32
.\python .\Scripts\pywin32_postinstall.py -install

4. Other dependencies

It's possible that you will need this as well: