mirror of
https://github.com/MillironX/beefblup.git
synced 2024-11-13 03:03:08 +00:00
Add excel reader dependency to install script
This commit is contained in:
parent
7300bcb010
commit
a0b1aefc18
1 changed files with 10 additions and 1 deletions
|
@ -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")
|
||||
|
||||
# Install requisite packages
|
||||
Pkg.add("XLSX")
|
Loading…
Reference in a new issue