diff --git a/Julia/install.jl b/Julia/install.jl index 396cdc4..3276384 100644 --- a/Julia/install.jl +++ b/Julia/install.jl @@ -1,3 +1,12 @@ +# beefblup install +# Prepares the Julia environment for using beefblup by installing the requisite +# packages +# Usage: julia install.jl +# (C) 2019 Thomas A. Christensen II +# Licensed under BSD-3-Clause License +# Import the package manager using Pkg -Pkg.add("XLSXReader") \ No newline at end of file + +# Install requisite packages +Pkg.add("XLSX") \ No newline at end of file