sverchok icon indicating copy to clipboard operation
sverchok copied to clipboard

Updated FreeCAD-Sverchok installation instructions for Blender 3.4.1 and MacOS

Open nraikm opened this issue 2 years ago • 2 comments

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?

  1. Install the latest Miniconda version for macOS (should be for Python 3.10.8) from https://docs.conda.io/en/latest/miniconda.html
  2. Add freecad Conda channel using conda config --append channels freecad
  3. Install freecad latest dev build using conda install -c "freecad/label/dev" freecad
  4. Ensure freecad is installed by running command freecad in the terminal
  5. In Blender, add link to /Users/{user_name}/miniconda3/lib

Thank you!, Nathan

nraikm avatar Jan 01 '23 20:01 nraikm