We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76353fe commit 2b80317Copy full SHA for 2b80317
1 file changed
examples/menu.jl
@@ -1,3 +1,8 @@
1
+using Pkg
2
+if ! ("ControlPlots" ∈ keys(Pkg.project().dependencies))
3
+ using TestEnv; TestEnv.activate()
4
+end
5
+
6
using ControlPlots
7
using VortexStepMethod
8
using REPL.TerminalMenus
0 commit comments