CadQuery / CQ-editor

CadQuery GUI editor based on PyQT
Apache License 2.0
776 stars 120 forks source link

Installing CQ editor #269

Open Govert123 opened 3 years ago

Govert123 commented 3 years ago

Hi All,

I am trying to get CQ editor running. I followed the instructions for installation with a new environment (win10).

Does anyone have any more suggestions?

Govert123 commented 3 years ago

Ok I copied the executable through the windows.zip download. This works.

adam-urbanczyk commented 3 years ago

There is no entry point called CQeditor. These are the specified entry points:

    - cq-editor = cq_editor.__main__:main
    - CQ-editor = cq_editor.__main__:main

So you'll need to type cq-editor in your command line.