From 49595040831d7fd1c54c0c7de3a53b4278a23bf0 Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Sun, 30 Jul 2023 20:13:07 -0500 Subject: [PATCH] Update installation.rst add `numpy-stl` dep to Apple silicon workaround instructions --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index ab4d7aa..0b0c303 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -108,7 +108,7 @@ A procedure for avoiding this issue is to install in a conda environment, which conda install -c cadquery -c conda-forge cadquery=master pip install --no-deps git+https://github.com/gumyr/build123d svgwrite svgpathtools anytree scipy pip install --no-deps ocp_tessellate webcolors==1.12 numpy numpy-quaternion cachetools==5.2.0 - pip install --no-deps ocp_vscode requests orjson urllib3 certifi + pip install --no-deps ocp_vscode requests orjson urllib3 certifi numpy-stl `You can track the issue here `_