summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoshreve <j.a.shreve@gmail.com>2020-10-26 22:00:16 -0400
committerjoshreve <j.a.shreve@gmail.com>2020-10-26 22:00:16 -0400
commit792d49facb608b7f85d2eb344a1e02d974d38f4d (patch)
treef477d0504549be6b644941f1b3be522a10c4bb44
parent3165ec498767fed97b129aec9729e42ffc5477b4 (diff)
Added notes on scipy install to readme.
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index cb39953..44a7f66 100644
--- a/README.md
+++ b/README.md
@@ -42,6 +42,7 @@ I built a 4x5 version (40% size) for myself. The default has a bit more tenting
* [Install Numpy](https://pypi.org/project/numpy/), easiest method is `pip install numpy` or `pip3 install numpy` on linux.
**cadquery install**
+* [Install scipy](https://pypi.org/project/scipy/), easiest method is `pip install scipy` or `pip3 install scipy` on linux.
* [Install cadquery](https://github.com/CadQuery/cadquery), many options (see link), but easiest method is `conda install -c conda-forge -c cadquery cadquery=2`. Props to the creators/maintainers, this has the power of Open CASCADE with nearing the simplicity of OpenSCAD.
**OpenSCAD install**