# Getting started with lyra-intel

[](https://www.python.org/) [](Dockerfile) [](deploy/kubernetes/) [](https://github.com/nirholas/lyra-intel)

## Install

```bash
pip install -e .
```

## Verify the install

Clone the repository and run its checks to confirm everything works on your machine:

```bash
git clone https://github.com/nirholas/lyra-intel.git
cd lyra-intel
```



## Next steps

- [Examples](./examples.md) shows runnable snippets.
- The [README](https://github.com/nirholas/lyra-intel#readme) is the complete reference.
- Found a problem? [Open an issue](https://github.com/nirholas/lyra-intel/issues).
