Installation
Installing Pedro Pathing into the Project
There are two ways to install Pedro Pathing:
Using the Quickstart
The quickstart is the easiest way to install Pedro Pathing.
- In Android Studio, go to
Main Menu -> File -> New -> Project from Version Control.- For the URL, enter
https://github.com/Pedro-Pathing/Quickstart.git.
- For the URL, enter
OR
- Run
git clone https://github.com/Pedro-Pathing/Quickstart.git. Make sure you have git installed first.
That's it! You have now installed Pedro Pathing.
Manual Installation
Open build.dependencies.gradle and add the following to your repositories { } block:
maven { url 'https://repo.dairy.foundation/releases/'}Add the following to the dependencies { } block:
implementation 'com.pedropathing:revhub:x.y.z'
implementation 'com.pedropathing:tuning:1.0.0'Next, perform a Gradle sync by pressing "sync now" in the blue banner that has appeared, or by clicking on the Gradle Elephant at the top right corner of Android Studio.
Lastly, copy the files from the pedro package in the quickstart into your code.
Next Steps
After successfully installing, we are ready to start tuning.
Last updated on