CadQuery / cadquery

A python parametric CAD scripting framework based on OCCT
https://cadquery.readthedocs.io
Other
3.05k stars 284 forks source link

Outdated pip install command in README #1168

Closed fpq473 closed 1 year ago

fpq473 commented 1 year ago

Somewhat minor, but pip install --pre cadquery from the README now leads to a non-working installation. This is because 2.2.0b1 (from August) does not have a version pin on cadquery-ocp, which is now at 7.6 (uploaded recently) instead of the required 7.5.

Options include:

jmwright commented 1 year ago

@fpq473 My preference would be the second option.

fpq473 commented 1 year ago

@jmwright Just FYI I don't think I'm able to propose a change for this (a PR for a branch? a PR for a github action?), and I'm not even sure how the releases are made. So this task may fall to you or another contributor.

jmwright commented 1 year ago

@fpq473 The install line pip install --pre cadquery from the readme should work again, and installs the alpha of cadquery-ocp 7.6.3 as well.