From 792d49facb608b7f85d2eb344a1e02d974d38f4d Mon Sep 17 00:00:00 2001 From: joshreve Date: Mon, 26 Oct 2020 22:00:16 -0400 Subject: Added notes on scipy install to readme. --- README.md | 1 + 1 file changed, 1 insertion(+) 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** -- cgit v1.2.3