Skip to content

Commit

Permalink
Update installation.rst
Browse files Browse the repository at this point in the history
add `numpy-stl` dep to Apple silicon workaround instructions
  • Loading branch information
jdegenstein authored Jul 31, 2023
1 parent 4d5e452 commit 4959504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/CadQuery/ocp-build-system/issues/11#issuecomment-1407769681>`_

Expand Down

0 comments on commit 4959504

Please sign in to comment.