Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standalone usecase script #156

Open
alaindanet opened this issue May 23, 2024 · 2 comments
Open

Standalone usecase script #156

alaindanet opened this issue May 23, 2024 · 2 comments
Assignees

Comments

@alaindanet
Copy link
Contributor

Provide a standalone script at destination of non-julia users, that encompass:

  1. a check of Julia version
  2. Pkg installation
  3. usecases

Snippets

v"1.10" <= VERSION < v"2.0" || throw("Incorrect Julia version. Please install at least the julia version 1.10 at https://julialang.org/downloads/")
  1. May be add a snippet to check if the package is already installed
import Pkg; Pkg.add("EcologicalNetworksDynamics")
Pkg.instantiate()
Pkg.update()
using EcologicalNetworksDynamics
@iago-lito
Copy link
Collaborator

iago-lito commented May 23, 2024

Considering that our (first class) audience has proven not capable of doing this by themselves, I think it could be a good idea X'(

Just curious here: why do you think that Pkg.instantiate() and Pkg.update() would be necessary?

@alaindanet
Copy link
Contributor Author

@iago-lito that sounds good!
I am not sure why instantiate and update would be necessary, probably not! I use it more as a check that everything is ok!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants