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

Add tip box to getting started section #840

Merged
merged 1 commit into from
Aug 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,16 @@ using Pkg; Pkg.add("Agents")

To learn how to use Agents.jl, please visit the [Tutorial](@ref) before anything else.

!!! tip "Use the latest released version"
After adding Agents.jl to your project, please check if the most up to date
[stable version](https://github.com/JuliaDynamics/Agents.jl/releases/latest)
has been installed.
The versions of the installed packages in the project can be checked by
running `Pkg.status()`.
Only the latest version of Agents.jl provides all the features described
in this documentation.
It is generally advised against using earlier versions as they will likely
only work partially and are not supported anymore.

## Design philosophy of Agents.jl

Expand Down