> For the complete documentation index, see [llms.txt](https://zjunlp.gitbook.io/easyinstruct/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zjunlp.gitbook.io/easyinstruct/installation.md).

# Installation

**Installation using PyPI:**

```
pip install easyinstruct -i https://pypi.org/simple
```

**Installation for local development:**

```
git clone https://github.com/zjunlp/EasyInstruct
cd EasyInstruct
pip install -e .
```
