# hbbs.decentral1.se > https://hbbs.decentral1.se ## Hack It ```bash $ python3 -m virtualenv .venv $ source .venv/bin/activate $ pip install -r requirements.txt ``` ## Release It You'll need SSH access and sudo powers on [hbbs.decentral1.se](https://hbbs.decentral1.se/). ```bash $ make hbbs ```