|
1 | | -* Install Julia (1.5 or later recommended) from https://julialang.org/ |
2 | | -* Explore the extensive documentation at https://docs.julialang.org/ |
| 1 | +* Install Julia (1.10 or later recommended) from https://julialang.org |
| 2 | +* Explore the extensive documentation at https://docs.julialang.org |
3 | 3 | * Launch Julia and use the `]` key to enter its package manager. |
4 | 4 | * Add any packages needed for these notebooks using the `add` command. |
5 | 5 | * For example `add Plots` to add the `Plots` package. |
6 | 6 | * Other crucial standard packages are `FFTW` `FFTViews` |
7 | 7 | * You will also need the package `IJulia` to run any Jupyter demo notebooks. |
8 | 8 | * Add MIRT by typing `add MIRT` |
9 | | -(Automatically loads from https://github.com/JeffFessler/MIRT.jl because MIRT.jl is a registered package.) |
| 9 | + (Automatically loads from https://github.com/JeffFessler/MIRT.jl |
| 10 | + because MIRT.jl is a registered package.) |
10 | 11 | * Type `precompile` to have Julia precompile the added packages. |
11 | | -* After you are done adding packages, press the backspace key to return to the REPL prompt. |
12 | | -* Later if you need to add more packages just type the `]` key again at the REPL prompt to enter the package manager. |
13 | | -* Julia is under active development so code is updated frequently. It is a wise to type `up` (short for `update`) at the package manager prompt every week or so to get automatic updates of any packages you have intalled. |
| 12 | +* After you are done adding packages, press the backspace key |
| 13 | + to return to the REPL prompt. |
| 14 | +* Later if you need to add more packages just type the `]` key again |
| 15 | + at the REPL prompt to enter the package manager. |
| 16 | +* Julia is under active development so code is updated frequently. |
| 17 | + It is a wise to type `up` (short for `update`) at the package manager prompt |
| 18 | + every week or so to get automatic updates of any packages you have installed. |
14 | 19 | * For some Julia tutorials see |
15 | | -http://web.eecs.umich.edu/~fessler/course/551/julia/tutor/ |
| 20 | + http://web.eecs.umich.edu/~fessler/course/551/julia/tutor |
16 | 21 | * For some signal processing demos in Julia see |
17 | | -http://web.eecs.umich.edu/~fessler/course/551/julia/demo/ |
| 22 | + http://web.eecs.umich.edu/~fessler/course/551/julia/demo |
0 commit comments