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
Copy file name to clipboardExpand all lines: README.md
+4-5
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,7 @@ _OCP CAD Viewer_ for VS Code is an extension to show [CadQuery](https://github.c
9
9
- A fairly recent version of Microsoft VS Code, e.g. 1.85.0 or newer
10
10
- The [Python extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python) installed in VS Code
11
11
- Necessary tools:
12
-
-`python` and `pip` available in the Python enviroment that will be used for CAD development
13
-
- The command `git` needs to be available
12
+
-`python` and `pip` available in the Python enviroment that will be used for CAD development. Note, even when you use another package manager, `pip ` is needed internallyand needs to be available.
14
13
15
14
**Notes**:
16
15
@@ -33,17 +32,17 @@ _OCP CAD Viewer_ for VS Code is an extension to show [CadQuery](https://github.c
33
32
34
33
- Prepare _OCP CAD Viewer_ for working with [build123d](https://github.com/gumyr/build123d): Presse the _Quickstart build123d_ button.
35
34
36
-
This will install _OCP_, _build123d_, _ipykernel_ (_jupyter_client_), _ocp_tessellate_ and _ocp_vscode_ via `pip` (except for Apple Silicon machines that require `mamba` and will also install _cadquery_)
35
+
This will install _OCP_, _build123d_, _ipykernel_ (_jupyter_client_), _ocp_tessellate_ and _ocp_vscode_ via `pip`
37
36
38
37

39
38
40
39
- Prepare _OCP CAD Viewer_ for working with [CadQuery](https://github.com/cadquery/cadquery): Presse the _Quickstart CadQuery_ button.
41
40
42
-
This will install _OCP_, _CadQuery_, _ipykernel_ (_jupyter_client_), _ocp_tessellate_ and _ocp_vscode_ via `pip` (except for Apple Silicon machines that require `mamba`)
41
+
This will install _OCP_, _CadQuery_, _ipykernel_ (_jupyter_client_), _ocp_tessellate_ and _ocp_vscode_ via `pip`
43
42
44
43

45
44
46
-
- Ignore the quick starts and use the "Library Manager" to install the libraries. Doing so, _OCP CAD Viewer_ let's you select whether to use `pip`, `mamba`, `conda` or `poetry`. Install the needed library by pressing the down-arrow behind the library name (hover over the library name to see the button) in the "Library Manager" section of the _OCP CAD Viewer_ sidebar. For more details, see [here](./docs/install.md)
45
+
- Ignore the quick starts and use the "Library Manager" to install the libraries via `pip` (per default, this can be changed in the VS Code settings). Install the needed library by pressing the down-arrow behind the library name (hover over the library name to see the button) in the "Library Manager" section of the _OCP CAD Viewer_ sidebar. For more details, see [here](./docs/install.md)
For each library available in the Library Manager, presseing the green down-arrow will install it:
4
-
1. Select between `conda`, `mamba` and `pip` for installation. For `poetry` projects, `poetry` can be used for installation.
5
-
2. Ensure that the right environment is chosen.
6
-
3. Verify that the success info message appears in VS Code.
7
-
8
-

3
+
For each library available in the Library Manager, hover over the library and press the down-arrow to install it. VS Code will prompt you to ensure that the right environment is chosen.
4
+
In case something goes wrong, the message will be visible in VS Code.
0 commit comments