> For the complete documentation index, see [llms.txt](https://docs.loci-dev.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.loci-dev.net/cli/installation.md).

# Installation

### Prerequisites <a href="#prerequisites" id="prerequisites"></a>

* Python 3.9+
* `pip` installed
* (Optional) A virtual environment

***

### Installation <a href="#installation" id="installation"></a>

Install the CLI via `pip`:

```
pip install loci-api
```
