Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 821 Bytes

installation.rst

File metadata and controls

30 lines (18 loc) · 821 Bytes

Installation

The simplest way to install the TSimulus library is to add it as a dependency in your SBT file:

libraryDependencies += "be.cetic" %% "rts-gen" % ""

Alternatively, you can use add the following in your pom document:

<dependency>

<groupId>be.cetic</groupId> <artifactId>rts-gen_2.11</artifactId> <version></version>

</dependency>

You can also clone its source code repository from Github and package it using SBT:

> git clone https://github.com/cetic/tsimulus.git > cd tsimulus > sbt package

If you are not interested in the development of this library, you more likely want to know use_it.