Download¶
Manual Download¶
LemLib can be downloaded as a PROS template from the releases tab in the LemLib github repository.
Depot Download¶
If you don’t want to re-download LemLib every time a new release comes out, we’ve set up a depot to make the updating process easier.
You can use the following commands to add the depot to your pros-cli installation.
pros c add-depot LemLib https://raw.githubusercontent.com/LemLib/LemLib/depot/stable.json # adds LemLib's stable depot
pros c apply LemLib # applies latest stable version of LemLib
To update LemLib, all you have to do is run the following command:
pros c update
Beta Depot¶
Warning
Beta versions of LemLib may not be fully tested or documented. Use at your own risk.
If you’d like to use a beta version of LemLib you can add our beta depot like so:
pros c add-depot LemLib https://raw.githubusercontent.com/LemLib/LemLib/depot/beta.json # adds LemLib's beta depot
Further steps¶
Once you’ve downloaded LemLib we recommend you take a look at our tutorials.