Brian replied to the topic 'Problem installing Indi Web Manager' in the forum. 3 years ago

No linux expert here and I don't use indiweb but just gave it a go on my Armbian Ubuntu focal NanoPC-T4 and it seems to work okay.

sudo add-apt-repository universe
sudo apt-get update
sudo apt install python3-pip
pip3 install setuptools
pip3 install wheel

sudo apt install python-dev
sudo apt install python3-dev
pip3 install indiweb

Read More...