Skip to content

Commit 4cec476

Browse files
committed
Update README.md
1 parent d50df92 commit 4cec476

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ command line script `image2stl` into the `Python/Scripts` directory.
4747

4848
Automatic tests can be performed by running `stl_tools/test/test_stl.py`.
4949

50+
If a path to a C compiler is found by setuptools, a C-extension will be built to handle most of the computational heavy
51+
lifting needed by the library at runtime. The library can default to using plain python code as well, though this is
52+
much slower.
53+
5054
## Quickstart Examples:
5155

5256
Run the file `examples.py` to produce a few sample STL files from images included in `examples/example_data`.

0 commit comments

Comments
 (0)