# Installation Guide

{% stepper %}
{% step %}

### Download Installer

Visit the official HashCloud website or GitHub repository and download the installer for your operating system.
{% endstep %}

{% step %}

### Install Dependencies

Run the CLI installer:

{% code title="Install CLI" %}

```
```

{% endcode %}

```bash
pip install HCLD-cli
```

Ensure GPU drivers and CUDA/ROCm are installed.
{% endstep %}

{% step %}

### Initialize Miner

Run the initialization command:

{% code title="Initialize" %}

```
```

{% endcode %}

```bash
HCLD-cli init
```

This command detects GPUs, creates the identity file, and registers the miner.
{% endstep %}

{% step %}

### Start Mining

Start the miner with:

{% code title="Start" %}

```
```

{% endcode %}

```bash
HCLD-cli start
```

The miner will begin fetching challenges and submitting proofs.
{% endstep %}
{% endstepper %}
