-
Notifications
You must be signed in to change notification settings - Fork 5
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
-
You should be using at least either Debian 9 (Stretch) or Ubuntu 16.04 (Xenial). Newer versions should work fine too.
-
To check what version of Debian you have, use the following command:
$ cat /etc/debian_version
- To check what version of Ubuntu you have, use the following command:
$ lsb_release -a
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