sverchok
sverchok copied to clipboard
Updated FreeCAD-Sverchok installation instructions for Blender 3.4.1 and MacOS
Hi, I was working on getting FreeCAD installed and working with Sverchok and I used the following steps to get it working on Blender 3.4.1, the latest version of Sverchok, and MacOS M1.
Could I update the wiki (https://github.com/nortikin/sverchok/wiki/FreeCAD) to include these updated instructions for the latest version of Blender & Python?
- Install the latest Miniconda version for macOS (should be for Python 3.10.8) from https://docs.conda.io/en/latest/miniconda.html
- Add freecad Conda channel using
conda config --append channels freecad
- Install freecad latest dev build using
conda install -c "freecad/label/dev" freecad
- Ensure freecad is installed by running command
freecad
in the terminal - In Blender, add link to
/Users/{user_name}/miniconda3/lib
Thank you!, Nathan