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

# install

Blockthon installing on windows and linux

installing with pip on windows:

`pip install blockthon`

installing in linux / debian:

```bash
sudo apt-get update&&sudo apt-get upgrade -y
sudo apt-get install -y autoconf automake build-essential libffi-dev libtool pkg-config python3-dev
pip3 install blockthon
```

<img src="https://3832678164-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2Vy5Azp7ucOasgn19dm%2Fuploads%2FNAv27wFpO6kgeaNMqMTb%2Ffile.excalidraw.svg?alt=media&amp;token=c17c3fb0-75c5-4372-bb1a-29a2a36e75e3" alt="pip install blockthon" class="gitbook-drawing">
