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

# Installation

## Installation

Install node.js and node.js package manager(npm) and execute this command

```
$ npm install -g @terra-money/houston
```

{% hint style="info" %}
&#x20;Houston builds on the latest stable node version(v12.18.3). Adjust node version if it cannot be installed on the device.
{% endhint %}

{% hint style="info" %}
Houston will gracefully setup a stable version of rust compiler and wasm target to develop smart contracts on Terra blockchain.
{% endhint %}

Once you install it, run

```
$ houston
```
