Installing a new Arduino library is a straightforward process. Basically, you have to follow these steps:
- Locate the path where the Arduino application directory (APPDIR) is
- Copy the new library into a new folder of APPDIR/libraries
- Restart the Arduino IDE