Skip to content

Commit 432d356

Browse files
committed
Update README
1 parent fee0119 commit 432d356

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# VPLTutorials
22

33
Collection of tutorials for [VPL](https://virtualplantlab.com/dev/). Each tutorial is given
4-
in two different formats:
4+
in three different formats:
55

6-
- As a Julia source file (`.jl`) with documentation as comments.
6+
- As a Julia source file (`script`) without any comments.
77

8-
- As a markdown file (`.md`). VS Code may be used to render it but also execute the code in each cell if the Julia extension is installed.
8+
- As a markdown file (`markdown`). VS Code may be used to render it but also execute the code in each cell if the Julia extension is installed.
99

10-
In addition to VPL, the tutorials some of the require the following packages:
10+
- As a Jupyter notebook (`notebook`). These may be used with the package IJulia.
11+
-
12+
In addition to VirtualPlantLab.jl, some of the tutorials may require the following packages:
1113

1214
- [SkyDomes.jl](https://github.com/VirtualPlantLab/SkyDomes.jl)
1315
- [Ecophys.jl](https://github.com/VirtualPlantLab/Ecophys.jl)

0 commit comments

Comments
 (0)