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 e74e87a commit a2cfec5Copy full SHA for a2cfec5
1 file changed
bin/create_sys_image
@@ -5,6 +5,9 @@
5
# This script creates a precompiled system image for faster startup of the examples.
6
# It is useful only when KiteModels.jl is checked out as a git repository
7
# (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.
11
12
julia_version=""
13
_yes_to_all=false
0 commit comments