Skip to content

Installing on Debian or Ubuntu

Sydney Erickson edited this page Sep 22, 2017 · 2 revisions

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

Notes:

  1. You should be using at least either Debian 9 (Stretch) or Ubuntu 16.04 (Xenial). Newer versions should work fine too.

  2. To check what version of Debian you have, use the following command:

$ cat /etc/debian_version
  1. To check what version of Ubuntu you have, use the following command:
$ lsb_release -a

Installing Dependencies

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

$ sudo apt-get install python3 python3-pip git build-essential linux-headers-$(uname -r)

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

Clone this wiki locally