From 13d450dea58cc721cc8bc1d8cfadc5f2f73897a5 Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Mon, 23 Oct 2023 21:46:19 -0500 Subject: [PATCH] Update installation.rst to fix Apple Silicon instructions ocpsvg was in the wrong spot (needs the --no-deps flag) --- docs/installation.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 53d4ba1a..cd8f0be8 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -107,10 +107,9 @@ A procedure for avoiding this issue is to install in a conda environment, which conda activate conda install -c cadquery -c conda-forge cadquery=master pip install svgwrite svgpathtools anytree scipy ipython \ - ocp_tessellate webcolors==1.12 numpy numpy-quaternion cachetools==5.2.0 \ - ocp_vscode requests orjson urllib3 certifi numpy-stl git+https://github.com/jdegenstein/py-lib3mf \ - git+https://github.com/snoyer/ocpsvg - pip install --no-deps git+https://github.com/gumyr/build123d + ocp_tessellate webcolors==1.12 numpy numpy-quaternion cachetools==5.2.0 \ + ocp_vscode requests orjson urllib3 certifi numpy-stl git+https://github.com/jdegenstein/py-lib3mf + pip install --no-deps git+https://github.com/gumyr/build123d git+https://github.com/snoyer/ocpsvg `You can track the issue here `_