From 3eea3d26a2ba021eae5188151f54159464f4d2ba Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Thu, 21 Dec 2023 09:29:25 -0600 Subject: [PATCH] installation.rst -> Update Apple Silicon install instructions to use PyPI released packages --- docs/installation.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 92b449f1..0550d6ac 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -117,8 +117,8 @@ Due to some dependencies not being available via pip, there is a bit of a hacky .. doctest:: - └[~]> python3 -m pip install git+https://github.com/gumyr/build123d - Collecting git+https://github.com/gumyr/build123d + └[~]> python3 -m pip install build123d + Collecting build123d ... INFO: pip is looking at multiple versions of build123d to determine which version is compatible with other requirements. This could take a while. ERROR: Could not find a version that satisfies the requirement cadquery-ocp~=7.7.1 (from build123d) (from versions: none) @@ -133,9 +133,9 @@ 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 trianglesolver \ 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 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 + pip install --no-deps build123d ocpsvg `You can track the issue here `_