mirror of
https://github.com/MillironX/beefblup.git
synced 2024-11-10 18:23:08 +00:00
Switch to Julia's package install method
This commit is contained in:
parent
f450295b20
commit
d0b0e79b38
2 changed files with 6 additions and 13 deletions
6
Project.toml
Normal file
6
Project.toml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
[deps]
|
||||||
|
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
|
||||||
|
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
|
||||||
|
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
|
||||||
|
Gtk = "4c0ca9eb-093a-5379-98c5-f87ac0bbbf44"
|
||||||
|
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
|
|
@ -1,13 +0,0 @@
|
||||||
# beefblup install
|
|
||||||
# Prepares the Julia environment for using beefblup by installing the requisite
|
|
||||||
# packages
|
|
||||||
# Usage: julia install.jl
|
|
||||||
# (C) 2020 Thomas A. Christensen II
|
|
||||||
# Licensed under BSD-3-Clause License
|
|
||||||
|
|
||||||
# Import the package manager
|
|
||||||
using Pkg
|
|
||||||
|
|
||||||
# Install requisite packages
|
|
||||||
Pkg.add("XLSX")
|
|
||||||
Pkg.add("Gtk")
|
|
Loading…
Reference in a new issue