Skip to content

Installation

Michael Moese edited this page Jun 4, 2020 · 3 revisions

Installation

openSUSE

If you are on openSUSE Leap or Tumbleweed, things are easy for you. You can simply do the following for openSUSE Leap 15.1:

zypper ar https://download.opensuse.org/repositories/home:/MMoese:/baremetal_support/openSUSE_Leap_15.1/home:MMoese:baremetal_support.repo
zypper ref
zypper in baremetal_support

or for Tumbleweed:

zypper ref
zypper in baremetal_support

other distributions

If you happen to be on another distribution, fear not, you can install from sources:

git clone https://github.com/frankenmichl/baremetal_support.git
cd baremetal_support
python3 -m venv venv
. venv/bin/activate
make init

This will create a virtual environment and install all dependencies into it.

Clone this wiki locally