Skip to content

Commit

Permalink
installation instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximeBouton committed Feb 14, 2019
1 parent abfb8f5 commit f37c422
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Expand Up @@ -5,7 +5,15 @@
A Julia package expanding the [AutomotiveDrivingModels.jl](https://github.com/sisl/AutomotiveDrivingModels.jl) with intersections, enabling auto-converting roadway in AutomotiveDrivingModels.jl into [OpenDrive format (.xodr)](http://www.opendrive.org/) used in [VIRES VirtualTestDrive](https://vires.com/vtd-vires-virtual-test-drive/). It also contains some driver models.

## Installation
You must have [AutomotiveDrivingModels.jl](https://github.com/sisl/AutomotiveDrivingModels.jl) and [AutoViz.jl](https://github.com/sisl/AutoViz.jl) installed.

```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"))
Pkg.add(PackageSpec(url="https://github.com/sisl/AutoUrban.jl"))
```

## Documentaion
Detailed documentation can be found [here](https://github.com/sisl/UrbanDrivingSimulation.jl/tree/master/docs).

0 comments on commit f37c422

Please sign in to comment.