Skip to content

Commit

Permalink
Update installation.rst to fix Apple Silicon instructions
Browse files Browse the repository at this point in the history
ocpsvg was in the wrong spot (needs the --no-deps flag)
  • Loading branch information
jdegenstein authored Oct 24, 2023
1 parent 983e518 commit 13d450d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,9 @@ A procedure for avoiding this issue is to install in a conda environment, which
conda activate <YOUR ENVIRONMENT NAME>
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 <https://github.com/CadQuery/ocp-build-system/issues/11#issuecomment-1407769681>`_

Expand Down

0 comments on commit 13d450d

Please sign in to comment.