From d5184a8b125aafd4d5ef82439cb3e20b76af7364 Mon Sep 17 00:00:00 2001 From: arturgower Date: Mon, 22 Oct 2018 13:34:12 +0100 Subject: [PATCH] add using Pkg to REAME.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d1bd7ed..9c461a4b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # Multi-species effective waves -A Julia package for calculating, processing and plotting waves travelling in heterogeneous materials. The focus is on calculating the ensemble averaged waves, i.e. the statistical moments, of the waves. +A Julia package for calculating, processing and plotting waves travelling in heterogeneous materials. The focus is on calculating the ensemble averaged waves, i.e. the statistical moments, of the waves. You can run Julia on [JuliaBox](https://www.juliabox.com/) in your browser without installation. At present, the packages calculates effective wavenumbers, wave transimission and wave reflection from random particulate materials in two-dimensions, see [arXiv preprint](https://arxiv.org/abs/1712.05427) for details on the mathematics, or [these notes](theory/MultispeciesWaves.pdf) for the formulas. @@ -12,7 +12,9 @@ At present, the packages calculates effective wavenumbers, wave transimission an ## Get started Type into Julia: ```julia +using Pkg Pkg.clone("https://github.com/arturgower/EffectiveWaves.jl.git") + using EffectiveWaves ```