# Installation

Supported installation methods. 

If installing through the AUR or the binary, the first time run will take longer since these rely on PyApp to run. 

**Note**: after installation, it is encouraged to run `config-init` for the first-time setup. 

### Arch

`yay -S wallypub`

### Binary 

1. Download

`curl -LO https://codeberg.org/fausty/wallypub/releases/download/1.0.1/wallypub_1.0.1`

2. Move to usr bin 

`sudo mv wallypub_1.0.1 /usr/local/bin/wallypub`

3. Make executable

`sudo chmod +x /usr/local/bin/wallypub`

4. Run 

`wallypub --help`

### Python

https://pypi.org/project/wallypub/

`pip install wallypub`