commit 600cc4b3910ffc0a17661f3061ea3c659c9696aa parent 5bdfc7dd0579c5baa8245a3d24633537b315857b Author: Anders Damsgaard <andersd@riseup.net> Date: Thu, 27 Apr 2017 11:28:04 -0400 add note on requirement installation process Diffstat:
M | README.md | | | 5 | +++-- |
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md @@ -13,8 +13,9 @@ the Julia shell by: Pkg.clone("git://github.com/anders-dc/SeaIce.jl.git") This will install the contents of this repository in the folder -`~/.julia/v$(JULIA_VERSION)/SeaIce`. Import the package contents into the -current Julia session with: +`~/.julia/v$(JULIA_VERSION)/SeaIce`, and install the packages specified as +[requirements](REQUIRE). Import the package contents into the current Julia +session with: import SeaIce