Skip to content

Installing on Alpine Linux

Sydney Erickson edited this page Jun 28, 2017 · 8 revisions

Make sure to check out the General Notes page before using this guide

Installing Dependencies

First, you're going to need to install the packages needed by Starbot and its dependencies.

$ apk add python3 python3-dev gcc git musl-dev linux-headers ca-certificates wget

You can now follow these instructions to install the rest of the bot

Clone this wiki locally