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

# Installation

## Via PIP/PyPi

Stable versions are available via PyPi:

```
$ pip install cement
```

Development versions are available via Github:

```
$ git clone git://github.com/datafolklabs/cement.git
​
$ cd cement/

​$ pdm install
```

## Via Docker

Cement is also available via Docker Hub:

```
$ docker run -it datafolklabs/cement:3.0 --help
```
