Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
New installation instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
helgee committed Feb 25, 2017
1 parent c8800f6 commit ea98aa3
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,21 @@
[![Coveralls](https://img.shields.io/coveralls/JuliaAstrodynamics/Astrodynamics.jl/master.svg?style=flat)](https://coveralls.io/github/JuliaAstrodynamics/Astrodynamics.jl?branch=master)
[![Codecov](https://img.shields.io/codecov/c/github/JuliaAstrodynamics/Astrodynamics.jl/master.svg?style=flat&label=Codecov)](https://codecov.io/gh/JuliaAstrodynamics/Astrodynamics.jl)

Astrodynamics.jl is an MIT-licensed library for the development of astrodynamics software tools in Julia.
Astrodynamics.jl is an MPLv2-licensed toolbox for the development of astrodynamics software in Julia.

## Installation
The package is under heavy development and therefore not yet registered. Use the following command to clone the current master:
This package and most of its dependencies are not yet registered.
To use it you will need to clone the following packages:

```julia
Pkg.clone("https://github.com/JuliaAstrodynamics/AstronomicalTime.jl.git")
Pkg.clone("https://github.com/JuliaAstrodynamics/SPICE.jl.git")
Pkg.clone("https://github.com/JuliaAstrodynamics/AstrodynamicsBase.jl.git")
Pkg.clone("https://github.com/JuliaAstrodynamics/AstrodynamicsIO.jl.git")
Pkg.clone("https://github.com/JuliaAstrodynamics/AstrodynamicsPlots.jl.git")
Pkg.clone("https://github.com/JuliaAstrodynamics/AstrodynamicsModels.jl.git")
Pkg.clone("https://github.com/JuliaAstrodynamics/Astrodynamics.jl.git")

Pkg.checkout("Dopri")
Pkg.checkout("JPLEphemeris")
```

0 comments on commit ea98aa3

Please sign in to comment.