# Installing qvmctl

The `qvmctl` CLI tool is the swiss knife for interacting with QVM. It can be acquired and easily used through docker using the following commands:

### Install image <a href="#install-image" id="install-image"></a>

```
docker pull qanplatform/qvmctl
```

### Verify installation <a href="#verify-installation" id="verify-installation"></a>

```
docker run --rm qanplatform/qvmctl testnet
```

If everything went correctly the  `testnet Sepolia` should be printed on the terminal.

<br>
