Skip to content

Commit

Permalink
installation instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximeBouton authored Feb 14, 2019
1 parent f679b4b commit 3c66ff8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ AutoViz is undergoing significant changes. If you are looking for the version be

![AutoViz](readmeimage.png)

## Installation

```julia
using Pkg
Pkg.add(PackageSpec(url="https://github.com/sisl/Vec.jl"))
Pkg.add(PackageSpec(url="https://github.com/sisl/Records.jl"))
Pkg.add(PackageSpec(url="https://github.com/sisl/AutomotiveDrivingModels.jl"))
Pkg.add(PackageSpec(url="https://github.com/sisl/AutoViz.jl"))
```

## Usage

The main function is
Expand Down

0 comments on commit 3c66ff8

Please sign in to comment.