> For the complete documentation index, see [llms.txt](https://xlswriter-docs.viest.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xlswriter-docs.viest.me/english/install/alpine.md).

# Alpine

## Add Repositories

```bash
vi /etc/apk/repositories

# add Testing
# http://nl.alpinelinux.org/alpine/edge/testing
```

## APK

```bash
apk add php7-pecl-xlswriter
```
