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.
1 parent 28807bf commit e609868Copy full SHA for e609868
README.md
@@ -15,6 +15,14 @@ Use pip to install largestinteriorrectangle from [PyPI](https://pypi.org/project
15
pip install largestinteriorrectangle
16
```
17
18
+:snail: Compiling the code takes some time (~1 minute on my computer).
19
+This is only required once after installation,
20
+the compiled code is then cached.
21
+If you want to do this outside your application, open a Python console
22
+and type `import largestinteriorrectangle`.
23
+You will see the console block for some time. When it is done
24
+a second import will only take milliseconds.
25
+
26
## Usage
27
28
```python
0 commit comments