Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/deltacv/EOCV-Sim into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
serivesmejia committed Sep 29, 2024
2 parents 2b17a3f + cf2bcac commit 5625ef4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ Since OpenCV in Java uses a native library, which is platform specific, the simu

Follow the steps in [this page](https://deltacv.gitbook.io/eocv-sim/basics/downloading-eocv-sim) to download the sim. The rest of the documentation can also be found [there](https://deltacv.gitbook.io/eocv-sim/).

## Adding EOCV-Sim as a dependency
## Adding EOCV-Sim as a dependency for plugin development

### NOT FOR FTC SDK USAGE, please follow the documentation above if you're a normal user not aiming to develop for EOCV-Sim

### Gradle
```groovy
Expand All @@ -56,7 +58,7 @@ Follow the steps in [this page](https://deltacv.gitbook.io/eocv-sim/basics/downl
}
dependencies {
implementation 'com.github.deltacv:EOCV-Sim:3.3.2' //add the EOCV-Sim dependency
implementation 'com.github.deltacv:EOCV-Sim:3.3.2' // add the EOCV-Sim dependency, make sure to replace for the latest version
}
```

Expand Down Expand Up @@ -84,6 +86,8 @@ Follow the steps in [this page](https://deltacv.gitbook.io/eocv-sim/basics/downl
# Contact
For bug reporting or feature requesting, use the [issues tab](https://github.com/deltacv/EOCV-Sim/issues) in this repository.

Join the [deltacv discord server](https://discord.gg/A3RMYzf6DA) !

# Change logs

### Formerly, EOCV-Sim was hosted on a [personal account repo](https://github.com/serivesmejia/EOCV-Sim/). Released prior to 3.0.0 can be found there for historic purposes.
Expand Down

0 comments on commit 5625ef4

Please sign in to comment.