| ... | ... | @@ -15,7 +15,7 @@ To use this project, you must install: |
|
|
|
Currently, one can only use QECE by **locally installing it**.
|
|
|
|
To run the transformations on your own project, you hence need to take a few steps:
|
|
|
|
|
|
|
|
* clone this project, and chose the version/tag you want to use
|
|
|
|
* clone this project, and choose the version/tag you want to use
|
|
|
|
* publish your transformations on your environment, using `sbt publishLocal` (local publication generates the `scaladoc` in `target/scala-2.12/api/index.html`)
|
|
|
|
* in the project in which you want to use this library, update the `build.sbt` with `libraryDependencies += "fr.tima" %% "qece" % "<myVersion>"`
|
|
|
|
* local publication generates the scaladoc in
|
| ... | ... | |
| ... | ... | |