julia --project=. -e "using Pkg; Pkg.instantiate()"
then open with
julia --project=.
or start julia
julia
then
]
activate .
instantiate
return to input repl with back key.
julia --project=. src/data.jl
julia --project=. --threads=7 src/update.jl