Skip to content

Instantly share code, notes, and snippets.

@jmwright
jmwright / cadquery_tips_and_tricks.md
Last active June 6, 2024 15:23
CadQuery Tips and Tricks

1. Conda Installation

If you use conda you might try creating a new environment and install using conda directly:

  conda create -n cadquery-master
  conda install -c cadquery -c conda-forge cadquery=master

Or if you want both cq-editor and cadquery:

  conda create -n cqgui-master
  conda install -c cadquery -c conda-forge cq-editor=master