### Install kr-observable with pnpm Source: https://observable.ru/getting-started.html Installs the kr-observable library using the pnpm package manager. pnpm is a fast, disk-space-efficient package manager. ```bash pnpm add kr-observable ``` -------------------------------- ### Install kr-observable with yarn Source: https://observable.ru/getting-started.html Installs the kr-observable library using the yarn package manager. Yarn is an alternative package manager for JavaScript. ```bash yarn add kr-observable ``` -------------------------------- ### Include kr-observable via CDN Source: https://observable.ru/getting-started.html Includes the kr-observable library directly in your HTML file using a script tag with type 'module'. This method is suitable for vanilla JavaScript projects or quick testing without a build process. ```html ``` -------------------------------- ### Install kr-observable with npm Source: https://observable.ru/getting-started.html Installs the kr-observable library using the npm package manager. This is the standard way to add the library to your Node.js or front-end project. ```bash npm install kr-observable ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.