# Bot Setup Instructions

1. [Download zip file](https://github.com/AlexRubik/rude-bot-solana/releases) (on Linux, use the wget command) onto the machine you will run the bot on, unzip the zip file, and keep all files in the same folder.\
   e.g.,&#x20;

```
wget https://github.com/AlexRubik/rude-bot-solana/releases/download/v3.1.0-alpha/rude-bot-alpha3_1_0.zip
```

```
sudo apt update && apt upgrade -y && apt install -y screen unzip && apt install python3-pip -y
```

```
pip3 install requests python-dotenv
```

```
unzip rude-bot-alpha3_1_0.zip
```

```
cd rude-bot-alpha3_1_0
```

```
./rude --help
```
