gaioguys / GAIO.jl

A Julia package for set oriented computations.
MIT License
9 stars 4 forks source link

Move example dependencies to own Project.toml #16

Closed cafaxo closed 4 years ago

cafaxo commented 4 years ago

Fixes part of #11. Examples can now be tested as follows:

# open julia at GAIO.jl/examples
shell> cd GAIO.jl/examples/
/home/cafaxo/GAIO.jl/examples

(@v1.4) pkg> activate .
 Activating environment at `~/GAIO.jl/examples/Project.toml`

(examples) pkg> dev ../
# ...
(examples) pkg> instantiate
# ...
julia> include("examples.jl")

The dev and instantiate is only required for the first run.