Skip to content

Add function to install examples #99

@ufechner7

Description

@ufechner7

Make it easier to run the examples without using git.

The following should work:

mkdir vsm
cd vsm
julia --project=.
using Pkg
pkg"add VortextStepMethod"
using VortextStepMethod
VortexStepMethod.install_examples()
include("examples/menu()")

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions