From d9662968449fc2b50890a67ec7510a9bacaf3a08 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Fri, 26 Jan 2024 07:34:10 -0500 Subject: [PATCH] Add installation instructions and licensing --- docs/src/index.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/src/index.md b/docs/src/index.md index edc1f7be..af03c67f 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -9,9 +9,19 @@ We employ ModelingToolkit.jl to describe the dynamical behavior of blox as symbo ## Installation -To install Neuroblox.jl, use the Julia package manager: +To install Neuroblox.jl, first add the JuliaHubRegistry and then use the Julia package manager: ```julia using Pkg +Pkg.add("PkgAuthentication") +using PkgAuthentication +PkgAuthentication.install("juliahub.com") +Pkg.Registry.add() Pkg.add("Neuroblox") ``` + +## Licensing + +Neuroblox is free for non-commerical and academic use. For full details of the license, please see +[the Neuroblox EULA](https://github.com/Neuroblox/NeurobloxEULA). For commercial use, get in contact +with sales@neuroblox.org.