diff options
author | joshreve <j.a.shreve@gmail.com> | 2020-10-26 22:00:16 -0400 |
---|---|---|
committer | joshreve <j.a.shreve@gmail.com> | 2020-10-26 22:00:16 -0400 |
commit | 792d49facb608b7f85d2eb344a1e02d974d38f4d (patch) | |
tree | f477d0504549be6b644941f1b3be522a10c4bb44 | |
parent | 3165ec498767fed97b129aec9729e42ffc5477b4 (diff) |
Added notes on scipy install to readme.
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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** |