Skip to content

Commit

Permalink
add link to workflow notes
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Mar 20, 2023
1 parent 0412058 commit 9b3e7b8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
First you need to install the Julia language in your platform, from:
[http://julialang.org](http://julialang.org). Julia version 1.6 or greater is required.

!!! tip
New to Julia? Julia is a modern high-level yet performant programming language. Some tips
and a nice workflow for using it effectively can be found [here](https://m3g.github.io/JuliaNotes.jl/stable/workflow/).

For this specific package, following a the step-by-step examples provided here after installing Julia should be enough.

Next, run julia, and within the julia REPL interface, install the ComplexMixtures package using
```julia-repl
julia> import Pkg
Expand Down

0 comments on commit 9b3e7b8

Please sign in to comment.