Skip to content

Commit

Permalink
installation.rst -> update macos workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
jdegenstein authored Sep 19, 2024
1 parent cffe4dc commit 24b8d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ 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 trianglesolver \
ocp_tessellate webcolors==1.12 numpy numpy-quaternion cachetools==5.2.0 \
ocp_tessellate webcolors==1.12 "numpy>=2,<3" cachetools==5.2.0 \
ocp_vscode requests orjson urllib3 certifi py-lib3mf \
"svgpathtools>=1.5.1,<2" "svgelements>=1.9.1,<2" "ezdxf>=1.1.0,<2"
pip install --no-deps build123d ocpsvg
Expand Down

0 comments on commit 24b8d03

Please sign in to comment.