Skip to content
Snippets Groups Projects
Commit 2aaeaa28 authored by xo30xoqa's avatar xo30xoqa
Browse files

Added `make install`

closes #67
parent 61505db6
No related branches found
No related tags found
No related merge requests found
......@@ -34,5 +34,8 @@ release:
echo "Not yet implemented."
install:
#TODO install Julia and/or package dependencies?
echo "Not yet implemented (#67)."
# install Julia and/or package dependencies TODO needs testing
echo "Installing Julia and juliaup"
curl -fsSL https://install.julialang.org | sh
echo "Installing package dependencies"
julia -e "Pkg.activate(\".\"); Pkg.instantiate()"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment