You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CadQuery is an intuitive, easy-to-use Python module for building parametric 3D CAD models. Using CadQuery, you can write short, simple scripts that produce high quality CAD models. It is easy to make many different objects using a single script that can be customized.
@@ -34,16 +41,19 @@ The original version of CadQuery was built on the FreeCAD API. This was great be
34
41
35
42
## Getting started
36
43
37
-
To quickly play around with CadQuery and see it's capabilities, see the [CQ-editor GUI](https://github.com/CadQuery/CQ-editor) manual.
38
-
If you want to use CadQuery for your own project, keep reading:
44
+
To learn more about designing with CadQuery, visit the [documentation](https://cadquery.readthedocs.io/en/latest/intro.html), [examples](https://cadquery.readthedocs.io/en/latest/examples.html), and [cheatsheet](https://cadquery.readthedocs.io/en/latest/_static/cadquery_cheatsheet.html).
39
45
40
-
It is currently possible to use CadQuery for your own projects in 3 different ways:
46
+
To get started playing around with CadQuery and see it's capabilities, take a look at the [CQ-editor GUI](https://github.com/CadQuery/CQ-editor). This easy-to-use IDE is a great way to get started desiging with CadQuery.
47
+
48
+
There are currently 4 different ways to use CadQuery for designing your next project:
41
49
* Using the [CQ-editor GUI](https://github.com/CadQuery/CQ-editor)
42
50
* From a [Jupyter notebook](https://github.com/bernhard-42/jupyter-cadquery)
51
+
* Using a [VSCode extension](https://marketplace.visualstudio.com/items?itemName=roipoussiere.cadquery)
43
52
* As a standalone library
44
53
* Linux [installation video](https://youtu.be/sjLTePOq8bQ)
45
54
* Windows [installation video](https://youtu.be/3Tg_RJhqZRg)
46
55
56
+
47
57
There are two ways to install CadQuery and its dependencies. One is using conda, and the other is using pip. Pip is shown first below, followed by two sections on installing CadQuery via conda, and a non-intrusive way to install conda on a system. Note that conda is the better supported option.
0 commit comments