Update Orekit version in Get Started authored by Maxime Journot's avatar Maxime Journot
......@@ -2,17 +2,14 @@
## CZML Structure
In order to understand how a CZML file is organized, please check the [tutorial](Tutorial).
To understand how a CZML file is organized, please check the [tutorial](Tutorial).
# Prerequisities
* [Java](https://www.java.com/fr/) 8 or more
* [Orekit](https://gitlab.orekit.org/orekit/orekit) >= V 1.12
* [junit-jupiter](https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter) >= V 5.10.2
* [czml-writer](https://github.com/AnalyticalGraphicsInc/czml-writer) >= V 3.0.0
* A directory and a path of the inputs if there are some.
* A directory and a path of the output.
* [Java](https://www.java.com/fr/) ≥ 8
* [Orekit](https://gitlab.orekit.org/orekit/orekit) ≥ 12
* [junit-jupiter](https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter) ≥ 5.10.2
* [czml-writer](https://github.com/AnalyticalGraphicsInc/czml-writer) ≥ 3.0.0
## Usage
......
......