Skip to content

Commit

Permalink
describe compile time in the readme file (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasalexanderweber committed Jun 5, 2023
1 parent 28807bf commit e609868
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ Use pip to install largestinteriorrectangle from [PyPI](https://pypi.org/project
pip install largestinteriorrectangle
```

:snail: Compiling the code takes some time (~1 minute on my computer).
This is only required once after installation,
the compiled code is then cached.
If you want to do this outside your application, open a Python console
and type `import largestinteriorrectangle`.
You will see the console block for some time. When it is done
a second import will only take milliseconds.

## Usage

```python
Expand Down

0 comments on commit e609868

Please sign in to comment.