Merge pull request #290 from jdegenstein/patch-4

Update installation.rst for Apple silicon workaround
This commit is contained in:
Roger Maitland 2023-07-31 11:41:47 -04:00 committed by GitHub
commit a45696dfd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>`_