We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af2f321 + 8bb6b3e commit 482c757Copy full SHA for 482c757
README.md
@@ -47,6 +47,10 @@ command line script `image2stl` into the `Python/Scripts` directory.
47
48
Automatic tests can be performed by running `stl_tools/test/test_stl.py`.
49
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
+
54
## Quickstart Examples:
55
56
Run the file `examples.py` to produce a few sample STL files from images included in `examples/example_data`.
0 commit comments