Skip to content

Commit

Permalink
Correct inaccurate heading (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelBrand1 authored Jun 28, 2024
1 parent 6e3eb08 commit 40e2b6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions EpiAware/docs/src/man/getting-started-julia.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ If you are familar with other languages with tooling for technical computing (e.
- [Basic usage of Juliaup](#basic-usage-of-juliaup)
- [Basic usage for Julia environments](#basic-usage-for-julia-environments)
- [Using the Julia REPL in projects](#using-the-julia-repl-in-projects)
- [Recommended packages for the primary Julia environment](#recommended-packages-for-the-primary-julia-environment)
- [Recommended packages for the "global" Julia version environment](#recommended-packages-for-the-global-julia-version-environment)
- [Developing a Julia project from VS-Code](#developing-a-julia-project-from-vs-code)
- [Literate programming with Julia](#literate-programming-with-julia)

Expand Down Expand Up @@ -134,9 +134,9 @@ julia> ]

This will create a temporary environment, stacked with the primary environment, that is not saved to disk, and you can add packages to this environment without affecting the primary environment or any project environments. When you exit the REPL, the temporary environment will be deleted.

## Recommended packages for the primary Julia environment
## Recommended packages for the "global" Julia version environment

In our view these packages are useful for the primary environment, and therefore available to other environments.
In our view these packages are useful for your Julia version environment, e.g. `v1.10` env, which will be available to other environments.

- `Revise`: For modifying package code and using the changes without restarting Julia session.
- `Term`: For pretty and stylized REPL output (including error messages).
Expand Down

0 comments on commit 40e2b6e

Please sign in to comment.