How to install magic-wormhole on CoreOS

Step 1: Install pip

install_pip_coreos.sh
sudo rpm-ostree install python3-pip

then reboot for the changes to take effect:

reboot_coreos.sh
sudo systemctl reboot

Step 2: Install magic-wormhole

pip_install_magic_wormhole.sh
pip install -U magic-wormhole

 


Check out similar posts by category: CoreOS