# Tracker installation
# NPM
NPM is the recommended installation method. It pairs nicely with module bundlers such as Webpack.
npm install lyticus
# OR
yarn add lyticus
npm package link (opens new window)
# CDN
If you don't have access to NPM, you can download the latest version via:
<script src="https://unpkg.com/lyticus"></script>
← Introduction Setup →