Skip to content

Commit a2cfec5

Browse files
committed
Better comment
1 parent e74e87a commit a2cfec5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

bin/create_sys_image

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
# This script creates a precompiled system image for faster startup of the examples.
66
# It is useful only when KiteModels.jl is checked out as a git repository
77
# (i.e., used in development mode, not installed as a regular package).
8+
# It includes most of the dependencies of the examples, but not KiteModels.jl itself.
9+
# This means you can still use Revise for the main package while benefiting from
10+
# faster startup of the examples.
811

912
julia_version=""
1013
_yes_to_all=false

0 commit comments

Comments
 (0)