From db03dba49d91c7dc9d91e90228d612557e2a8188 Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Mon, 23 Oct 2023 22:07:21 -0500 Subject: [PATCH] Update installation.rst with missing ocpsvg deps --- docs/installation.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index cd8f0be..6aec4ea 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -108,7 +108,8 @@ 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 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 + ocp_vscode requests orjson urllib3 certifi numpy-stl git+https://github.com/jdegenstein/py-lib3mf \ + "svgpathtools>=1.5.1,<2" "svgelements>=1.9.1,<2" pip install --no-deps git+https://github.com/gumyr/build123d git+https://github.com/snoyer/ocpsvg `You can track the issue here `_