Skip to content

Commit bf080da

Browse files
committed
remove mentioning mamba and poetry
1 parent 6d73b0d commit bf080da

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ _OCP CAD Viewer_ for VS Code is an extension to show [CadQuery](https://github.c
99
- A fairly recent version of Microsoft VS Code, e.g. 1.85.0 or newer
1010
- The [Python extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python) installed in VS Code
1111
- 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.
1413

1514
**Notes**:
1615

@@ -33,17 +32,17 @@ _OCP CAD Viewer_ for VS Code is an extension to show [CadQuery](https://github.c
3332

3433
- Prepare _OCP CAD Viewer_ for working with [build123d](https://github.com/gumyr/build123d): Presse the _Quickstart build123d_ button.
3534

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`
3736

3837
![](screenshots/build123d_installed.png)
3938

4039
- Prepare _OCP CAD Viewer_ for working with [CadQuery](https://github.com/cadquery/cadquery): Presse the _Quickstart CadQuery_ button.
4140

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`
4342

4443
![](screenshots/cadquery_installed.png)
4544

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)
4746

4847
The Quickstarts will also
4948

docs/install.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
## Install Libraries
22

3-
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-
![](../screenshots/install-libraries.gif)
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

Comments
 (0)