Skip to content

Commit e609868

Browse files
describe compile time in the readme file (#25)
1 parent 28807bf commit e609868

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ Use pip to install largestinteriorrectangle from [PyPI](https://pypi.org/project
1515
pip install largestinteriorrectangle
1616
```
1717

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+
1826
## Usage
1927

2028
```python

0 commit comments

Comments
 (0)