tadd note on requirement installation process - Granular.jl - Julia package for granular dynamics simulation
 (HTM) git clone git://src.adamsgaard.dk/Granular.jl
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 600cc4b3910ffc0a17661f3061ea3c659c9696aa
 (DIR) parent 5bdfc7dd0579c5baa8245a3d24633537b315857b
 (HTM) 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(-)
       ---
 (DIR) diff --git a/README.md b/README.md
       t@@ -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